Haden2 / Spectrum

A horror game under development
0 stars 0 forks source link

Organize scripts/Tags #66

Closed Haden2 closed 9 years ago

Haden2 commented 9 years ago

Tags should start grouping things like enemies as one, environment as one, items as another, etc. Then go through old scripts and clean them up to be more efficient. Change GameObject.FindObjectsWithTag to .Find(""). Condense some scripts, create certain scripts for certain actions.

Haden2 commented 9 years ago

Done! Things look nice and neat now. The Hierarchy looks better too.