this-place / this.place

An isometric puzzle game that incorporates platforming and block building.
https://isteps.comp.nus.edu.sg/event/12th-steps/module/CS3247/project/4
MIT License
7 stars 6 forks source link

feat: add collectible score saving and display #160

Closed nicholaschuayunzhi closed 6 years ago

nicholaschuayunzhi commented 6 years ago

To use:

Only do this for puzzle levels

  1. Create a GameObject with CollectiblesManager script attached.
  2. Add PrimaryCollectible and SecondaryCollectible prefabs as child of the CollectiblesManager gameobject in the hierachy.
  3. Add PrimaryCollectible and SecondaryCollectible gameObjects in to CollectiblesManager list in the correct order
  4. Add CollectibleScore Scriptable Object (found in project) to collectibles manager (this is based on the name)

Note: Ensure size length of Primary Collectibles Collected and Secondary Collectibles Collected is the same as per the puzzle. (Will not be automatically updated)