Workpage
Best practices for working on the shared Unity Project
Keep all modifications within your group folder:
Every change you make (files, scenes, scripts, etc.) must be saved in your group folder. This is the only folder you will upload back to the shared drive. We will then merge all contributions into the MAIN project folder.Communicate before making global changes:
If you plan to make a change that will affect the entire project (such as adding new scripts with global behaviors or installing new packages), notify everyone in the group and provide a clear explanation. This helps avoid conflicts and ensures everyone is on the same page.Create new scenes with date-specific names:
Whenever you need to work on your group’s project scene, create a new scene with the current date as the prefix. Use the format YEARMONTHDAY_GroupName.
Example: 20241015_Scene_Group_2. This will make it easier to track progress and manage versions.Naming conventions:
Follow consistent naming conventions for all assets, scripts, and scenes to maintain organization. For example:Scripts: GroupName_ScriptName.cs
Textures: Texture_GroupName_Description.png
Models: Model_GroupName_Description.fbx