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.


Visual Errors

My materials & scene are bright pink

Likely you have forgotten to import the URP/HDRP package. Find your package in Distant Lands/Cozy Weather/Custom Render Pipelines

My scene is full of thick grey fog

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 URP documentation

My scene is pixelated/low resolution

You have not disabled your opaque texture downsampling. Double check that your opaque texture downsampling is set to none! Link to URP documentation

The COZY system is not visible in my game view, but is visible in edit mode

Make sure that your target camera is properly setup and the game view is in focus

Console Errors

Error regarding the PostProcessing namespace

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.

Last updated