URP Setup
Last updated
Last updated
LAYER NOTE: If you can place these on the corresponding User Layers (As below) it is easier for setup, as Unity will automatically place them in the correct places so the below information might not be all relevant to you. (It's worth checking through just in case)
IF NOT added to these layers check the sections below on Checking Prefabs (See side bar) - Just to confirm all appropriate layers are added and no issues arise.
This just means that objects that use DontDestroyOnLoad shouldn't be children of a parent. Just make sure they exist in your hierarchy without a parent, when you choose to finalise your product. I just kept them in little organised areas for the sake of visuals.
Importing Tips:
Import into a fresh project rather than a working project (To avoid issues or conflicts)
Always keep a backup of your working project BEFORE importing ANY assets
In the Import Unity Package dialog box that appears when you first click to import the asset (It will show all the folder structure in a last)
Choose the first Next button which will lead to the Project Settings
UNTICK the project settings folder (None of the items will be ticked at this point)
Select the Import button to start the new import
You will get import errors that refer to Post Processing - We'll fix those below:
Open APK help window for easy links and advice: APK > Tools > Adventure Kit Support Hub
We'll open the demo scene so we can get the basics setup to be used, follow steps below
EVERYTHING IS PINK?!??!! All materials will need updating so please navigate to:
Select any GameObject in the Hierarchy and then create tags and layers in the top right of the inspector (Some or all tags may already be created)
LAYER NOTE: If you can place these on the corresponding User Layers (As below) it is easier for setup, as Unity will automatically place them in the correct places so the below information might not be all relevant to you. (It's worth checking through just in case)
IF NOT added to these layers check the sections below on Checking Prefabs (See side bar) - Just to confirm all appropriate layers are added and no issues arise.
We'll be creating a new Post Processing volume for URP so we can use it in the system
We need to edit the disable manager to make sure we disable any blurs when we don't need them either when examining or otherwise
We need to make sure we setup camera stacking for additional examination rendering and appropriate layers for culling objects away, for best optimisation
We'll Look at the examine camera now, to make sure we have everything setup for examining with this camera
Deferred rendering doesn't allow camera stacking so we need a little work around for this, I have details on this too
We just need to check we have the correct layers on the padlock spinners or they won't be detected properly
We just need to check examine objects have the correct layers on their inspect points (So they render correctly)
We'll need to enable the legacy system if you're using Unity 6+ and it isn't enabled by default
NOTE: New input system support is coming in v1.8
Look at the on the left bar if you're having issues whilst using a deferred setup