VinayGupta23 / alter-ego-game

A puzzle-platformer game with clones! Developed as part of CSCI526: Mobile Games at USC.
https://vinaygupta23.itch.io/alter-ego
0 stars 1 forks source link

Fetch targets for multicontroller in start #89

Closed naresh-chilukurthi closed 2 years ago

naresh-chilukurthi commented 2 years ago

Fetching targets in the start

vinayg-usc commented 2 years ago

On this topic, while designing levels we also saw a bug where the multi-button has two scripts:

image

Please remove the first one as I think multi-controller is sufficient?

Also is there any exception thrown if no targets are configured? (We were seeing it in older code)

naresh-chilukurthi commented 2 years ago

Added changes related to Button in https://github.com/vinayg-usc/alter-ego-game/issues/83