Original Discord Post by nicolas2222 | 2024-11-06 18:33:04
Hi, i am getting this error on Unity version 6 after installing convai custom packages (at least with VR or MR) I can get it fixed after reimport, that works but takes time. The problem seems to be that it can´t get the RPM Shaders from the packages folder so i tried moving them to assets and changed the directory in the script but didnt work.
NullReferenceException: Object reference not set to an instance of an object
ReadyPlayerMe.Core.Editor.GraphicsSettingsUtility.AddPreloadShaderVariants (System.Boolean checkForMissingVariants) (at ./Library/PackageCache/com.readyplayerme.core/Editor/Core/Scripts/Settings/GraphicsSettingsUtility.cs:64)
ReadyPlayerMe.Core.Editor.GraphicsSettingsUtility.CheckAndUpdatePreloadShaders () (at ./Library/PackageCache/com.readyplayerme.core/Editor/Core/Scripts/Settings/GraphicsSettingsUtility.cs:40)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at <9e3a60dbcacc4e77a9c6e1c14064183a>:0)