ViMaSter / p400-thebarbershop

The fourth semester project at Games Academy Berlin. Shaving time, shaving money.
2 stars 0 forks source link

Preloading 2nd customer is making performance judgement diffucult #42

Closed Jerizo closed 9 years ago

Jerizo commented 9 years ago

Requesting option in TBSGameMode_BP to disable Preloading second customer. Or any other workaround that allows me to play the game with only one Customer present.

JackHarb89 commented 9 years ago

is it important that the 2nd customer is not loaded or is it enough to hide the inactive customer?

Jerizo commented 9 years ago

I basically don't want to deal with twice the amount of actors, the rendering part isn't what I'm worried about for what I'm currently working on (although i'd still appreciate if the actors were hidden).

Feel free to just delete the 2nd customer right after spawning it even if that crashes the game when switching customer since i will likely be the only one using this debug feature either way and don't care if it breaks the actual gameplay.