|
|
|
## First steps
|
|
|
|
|
|
|
|
Before working with the source code you need to install the dependencies of Figments.nrw. These packages contain source code not released under a license that allows free redistribution and as such we could not include them in our project files directly.
|
|
|
|
|
|
|
|
## Installing TextMeshPro v3.0.9
|
|
|
|
|
|
|
|
TextMeshPro is Unity's text solution, handling rendering, styling and control of text components. It is licensed under the [Unity Companion License](https://unity.com/de/legal/licenses/unity-companion-license) for Unity-dependent projects.
|
|
|
|
|
|
|
|
To manually install TextMeshPro, go to `Window/Package Manager`, switch to the Unity Registry and search for 'TextMeshPro'. Select that, check that it uses Version 3.0.9 and click install.
|
|
|
|
|
|
|
|
## Installing StarterAssets v1.1.5
|
|
|
|
|
|
|
|
We use the simple ThirdPersonController of Unity's StarterAssets. These are needed for the Desktop Player and the animations of its avatar.
|
|
|
|
|
|
|
|
The StarterAssets can be found in [Unity's Asset Store](https://assetstore.unity.com/packages/essentials/starterassets-firstperson-updates-in-new-charactercontroller-pac-196525). You need to add this to your account before you are able to install it with the Package Manager. It is licensed under the [Unity Companion License](https://unity.com/de/legal/licenses/unity-companion-license) for Unity-dependent projects.
|
|
|
|
|
|
|
|
To install the StarterAssets, after you have acquired them via the Asset Store, got to `Window/Package Manager` and switch to `MyAssets`.
|
|
|
|
|
|
|
|
Make sure that the Version is 1.1.5 and install them.
|
|
|
|
|
|
|
|
It is likely that some time in the future updates to this package may break the desktop player avatar animations. We are looking into solutions to remove this dependency.
|
|
|
|
|
|
|
|
## Credentials
|
|
|
|
|
|
|
|
As we can not provide you our credentials for internal and external services (e.g. the password to our Sciebo Shared Folder), we kindly ask that you follow this guide to setup your own credentials:
|
|
|
|
|
|
|
|
[Manage Credentials](Development/Unity/Manage-Credentials-and-Services) |
|
|
|
\ No newline at end of file |