Tip of the day
From Unify Community Wiki
- If you want to move a file inside of a project use Unity's project view to move it and not the finder. This way all references and import settings of the file will be maintained.
- Use Tags to assign your own categories and attributes to game objects. Then scripts can refer to the tags. Example: if (contact.otherCollider.tag == "Enemy")