Skip to content

Delete unneeded GameObjects

Rahul Sharma requested to merge delete-unused-objects into master

This deletes all the game objects which aren't used anymore (such as the pyramid). Additionally, I've moved all remaining game objects to a folder to better keep it organised.

Regarding the gameobjects, my goal is to over time move to an ECS to create game objects dynamically (such as in Unity) but for the purpose of this game declaring them manually should be fine.

Edited by Rahul Sharma

Merge request reports