_backlog
Documentation Backlog
This section contains pieces of information that are important, but need to be sorted into their correct categories.
Recommended Unity configuration
Unity 2020.3.8f1+ or 2022.1+
Render Pipeline: Universal
Color Space: Linear
Non-Directional Lightmaps
Lightmap Encoding: Normal Quality
Supported Unity configurations
Unity 2020.3+ | Unity 2021.3+ | Unity 2022.1+
Render Pipeline: Universal | Built-In1
Color Space: Linear
1: no custom shader support
Source Control
Generated Projects can either be added to source control or kept dynamic. Adding them to source control unlocks being able to adjust HTML, CSS, etc very flexible.
To generate dynamic projects, change their path to ../Library/MyScene
. They will be regenerated if needed.
Please follow the instructions in the Authentication section if this is your first time accessing packages by needle on this machine.
Licensing Setup
Note: This section is deprecated. Needle Engine is currently on Open Beta, and there's no need to authenticate against our registry at this point.
Authentication
Make sure you have a Needle Engine and Exporter license, otherwise the following steps will fail (you'll not be able to get authenticated package access).
Needs to be setup once per machine.
Clone this repository and open
starter/Authenticate
with Unity 2020.3.xCopy the line containing
_authToken
(see the video below)Focus Unity - a notification window should open that the information has been added successfully from your clipboard.
Click save and close Unity. You should now have access rights to the needle package registry.
Last updated