I can only get breakpoints to work in play test mode but not the client and server test mode with multiple clients. This means I can’t test my game with breakpoints in multiplayer scenarios.
Is there anyway I can get breakpoints to work for the multiple client tests?
Also my watched variables always say not in scope. How can I actually see what my variables have in them?