Hi all,
I'm trying to switch from third to first person when the player enters a collider and it won't work.
I have my very simple class on the collider object, calling a method.
Then this code should change the cameras whenever I call SetToggleVar() but it won't.
Changing cameras with static methods isn't working
I'm trying to switch from third to first person when the player enters a collider and it won't work.
I have my very simple class on the collider object, calling a method.
Code (CSharp):
- {
- CamCallToggle.SetToggleVar();
- }
- }
Code (CSharp):
- {...