Worlds Common Issues
This page contains a list over common issues you might encounter when making a world for VRChat.
Some of these issues might not have a known fix.
I only see Clear Cache and PlayerPrefs
Check your console log for errors and fix them. You may need to remove scripts that doesn't belong to the VRCSDK if they're causing issues.
Installed Post Processing v2 and now it doesn't work.
- Make sure you didn't copy the Tests folder over from the archive. You'll need to delete it if you have.
- If you previously used v1, delete the PostProcessing folder and extract a fresh copy. You can't install v2 over v1. However, if you install v1 before v2 or vice versa, you can rename the folder before installing the new one. (i.e. extracting v2 to a seperate PostProcessing2 folder before placing it in the Assets directory.)
- Make sure you're using the version supported in VRC (currently 2.1.1): https://github.com/Unity-Technologies/PostProcessing/releases/tag/2.1.1
Original patch notes: https://github.com/Unity-Technologies/PostProcessing/releases/tag/2.1.1
My world doesn't load
- Make sure the spawn point is above ground
- Check your triggers
- Some empty triggers can cause issues (not all of them)
- Ensure there are no errors in the console.
My terrain is pure black in-game but looks normal in Unity.
- Create a new material and assign the Nature/Terrain shader to it.
- Drag this into the terrain settings tab under custom material.