Home > database >  How to change camera with script unity
How to change camera with script unity

Time:12-17

I have seen other answers for "How to change camera with script unity" but most require setactive which wont work, because I detect characters with Hitboxes. How do I change the camera while retaining the trigger hitbox?

CodePudding user response:

Try using an external hitbox, and have a trigger which triggers another script when the player walks in it to alert the camera to change (disabling).

  • Related