VDP-noclip / noclip

NOCLIP is an experimental game in which you “noclip” the environment to solve puzzles.
3 stars 1 forks source link

Move the StartListening invokation in Start(), so we can play directly from area_xx #232

Closed spig95 closed 1 year ago

spig95 commented 1 year ago

I simply moved the usage of EventManager inside the Start method in the newly added SkyboxManagerController. If we keep it in awake, we cannot start to play from an area and we must start from 0_main, making the tests more difficult!

PS: sorry if I did not notice it before...