🔨
Building Your Project
Some pointers about building for Unity while using Anything World.
When building projects that only use the runtime scripting API Unity will cull shaders that are not in use, so it's recommended to go to Project Settings > Graphics and add the default shaders used in the AW pipeline.
- Standard (Metallic)
- Standard (Specular)
- Standard Transparent (Metallic)
- Standard Transparent (Specular)

Add the newly created URP Asset to the Scriptable Render Pipeline Settings in the Project Settings panel.
If there are not enough elements available then please increase the Size parameter to include the listed shaders. It is not recommended to change the existing shaders unless you have experience with this.

Include the following shaders
Some platforms including mobile and MacOS require a Microphone Usage description for builds that include microphone usage, this will usually be shown to users in a popup format when requesting microphone access.
To do this, navigate to Project Settings > Player > Other Settings > Mac Configuration > Microphone Usage Description.

Example of a microphone usage description, you should tailor yours to the use case in your project.
Last modified 4mo ago