Hi! I tested the asset in several different setups, but unfortunately it still doesn't work.
I tested:
- Unity 6.3 LTS
- Unity 6.4
- Universal 3D (URP) project
- Built-in 3D project
- Imported the package into completely new, empty projects
In every case I get the same problems:
- The entire demo scene and many objects are bright purple (missing or broken shaders/materials).
- There are compile errors related to the old
com.unity.postprocessingpackage. - Errors include:
-
TextureFormat.ETC_RGBA8_3DS is obsolete -
EditorSceneManager does not contain a definition for 'IsGameObjectInScene' -
EditorSceneManager does not contain a definition for 'IsGameObjectInMainScenes'
-
- Because of these errors, the demo scene doesn't work correctly.
It looks like the package needs to be updated or re-exported for the current Unity 6 versions.
If possible, could you please update the package or send a fixed version?
Thank you!