Frequently Asked Questions (FAQs)
While COZY is fairly simple to understand, there are a few questions that we get frequently that we can answer preemptively.
Last updated
Was this helpful?
While COZY is fairly simple to understand, there are a few questions that we get frequently that we can answer preemptively.
Last updated
Was this helpful?
Likely you have forgotten to import the URP/HDRP package. Find your package in Distant Lands/Cozy Weather/Custom Render Pipelines
You have not enabled your opaque texture or your opaque texture is overridden by the main camera. Double check that your opaque texture is enabled properly! Link to
You have not disabled your opaque texture downsampling. Double check that your opaque texture downsampling is set to none! Link to
Make sure that your target camera is properly setup and the game view is in focus
This error is caused by having the compiler for the Post Processing V2 package included in your player settings:
Assets\Distant Lands\Cozy Weather\Contents\Scripts\Data\FX\VisualFX.cs(8,29): error CS0234: The type or namespace name 'PostProcessing' does not exist in the namespace 'UnityEngine.Rendering' (are you missing an assembly reference?)
Normally this happens because you had the post processing v2 package in your project at some point in time and did not properly remove this when you removed the package. You can easily resolve this by removing the UNITY_POST_PROCESSING_STACK_V2 define from the scripting define symbols in your player settings.