Setup a Project for Collaboration
Add your Project on the Dashboard
💡
Documentation: Dashboard
Step 1 : Create your Project
- Ensure you are in the correct Organization
- Click on the Projects menu in the left sidebar then click on the Project/Scenes to open the Projects page
- Create a new Project
- Fill in all the required details and click the "Create Project" to create the project
- If your project files are in sub-folder, Edit your Project and add the folder name in the Project Directory field then Save the Project
Step 2 : Add your Scene
- Create a scene under the Project you have just created
- Fill in all the required details and click the "Create Scene" button to create the scene
NOTE: The file name is relative to your project root folder.
Client Hub Setup
Step 3 : Add your local path to the Project
💡
Documentation: Client Hub
- Launch Client Hub
- Open Projects by clicking on the Projects menu on the left navigation bar
- The Project that you have just created on the Dashboard should be listed
- Setup the local storage for your Project by clicking on the Setting icon
- Click on the Folder icon under Path to locate your Project folder
(Please select your Project's root folder and not a sub-folder) - Click on "Save" to save the path to your Project settings
- You should now see a absolute path to your Project under "PATH"
Unity Setup
💡
Documentation: Install Unity Plugin
Step 4 : Add the Area28 Unity Package to your Project
- Open your project through the Unity Hub
- Go to “Windows” then open the “Package Manager”
- Click on the “+” and select Install from tarball
- Browser and select the tarball file
(The latest version of the plugin can be obtained from your account manager) - The "Area28 Unity Package" will be added to the Package Manager when you have successfully added our Area28 Unity Plugin.
- Wait a few minutes (1-2 minutes) then save your Project and close Unity
Minor Tweaking
macOS
- Use “Finder” to go to your project folder -> Packages
- Open the “manifest.json” in your text editor and update this line to look similar to this
- "io.area28.unity": "file:/io.area28.unity-3.0.2.tgz",
- Save and close the file
Windows
- Use “Windows Explorer” to go to your project folder -> Packages
- Open the “manifest.json” in your text editor and update this line to look similar to this
- "io.area28.unity": "file:/io.area28.unity-3.0.2.tgz",
- Save and close the file
Push to GIT
- Commit and push your changes to your repository