You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shader error in 'Hidden/UI/Additive (SoftMaskable)': redefinition of 'UIGammaToLinear' at /github/workspace/Packages/src/Shaders/UISoftMask.cginc(93) (on glcore)
Shader error in 'Hidden/UI/Additive (SoftMaskable)': redefinition of 'UIGammaToLinear' at /github/workspace/Packages/src/Shaders/UISoftMask.cginc(93) (on vulkan)
Shader error in 'Hidden/UI/Additive (SoftMaskable)': redefinition of 'UIGammaToLinear' at /github/workspace/Packages/src/Shaders/UISoftMask.cginc(93) (on glcore)
Shader error in 'Hidden/UI/Additive (SoftMaskable)': redefinition of 'UIGammaToLinear' at /github/workspace/Packages/src/Shaders/UISoftMask.cginc(93) (on vulkan)
Shader error in 'UI/Additive (SoftMaskable)': redefinition of 'UIGammaToLinear' at /github/workspace/Packages/src/Shaders/UISoftMask.cginc(93) (on glcore)
Shader error in 'UI/Additive (SoftMaskable)': redefinition of 'UIGammaToLinear' at /github/workspace/Packages/src/Shaders/UISoftMask.cginc(93) (on vulkan)
Shader error in 'Hidden/TextMeshPro/Distance Field (SoftMaskable)': Couldn't open include file 'Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc'. at line 126 (on webgpu)
Shader error in 'Hidden/TextMeshPro/Sprite (SoftMaskable)': redefinition of 'UIGammaToLinear' at /github/workspace/Packages/src/Shaders/UISoftMask.cginc(93) (on glcore)
Shader error in 'Hidden/TextMeshPro/Sprite (SoftMaskable)': redefinition of 'UIGammaToLinear' at /github/workspace/Packages/src/Shaders/UISoftMask.cginc(93) (on vulkan)
Shader error in 'Hidden/UI/Default (SoftMaskable)': redefinition of 'UIGammaToLinear' at /github/workspace/Packages/src/Shaders/UISoftMask.cginc(93) (on glcore)
Coffee.UISoftMask.UISoftMaskProjectSettings must be instantiated using the ScriptableObject.CreateInstance method instead of new UISoftMaskProjectSettings.
Coffee.SimpleSceneNavigator.SimpleSceneNavigatorProjectSettings must be instantiated using the ScriptableObject.CreateInstance method instead of new SimpleSceneNavigatorProjectSettings.
Coffee.NanoMonitor.NanoMonitorProjectSettings must be instantiated using the ScriptableObject.CreateInstance method instead of new NanoMonitorProjectSettings.
Coffee.UISoftMask.UISoftMaskProjectSettings must be instantiated using the ScriptableObject.CreateInstance method instead of new UISoftMaskProjectSettings.
Coffee.SimpleSceneNavigator.SimpleSceneNavigatorProjectSettings must be instantiated using the ScriptableObject.CreateInstance method instead of new SimpleSceneNavigatorProjectSettings.
Coffee.NanoMonitor.NanoMonitorProjectSettings must be instantiated using the ScriptableObject.CreateInstance method instead of new NanoMonitorProjectSettings.
Packages/src/Runtime/Utilities/CanvasViewChangeTrigger.cs(66,62): warning CS0618: 'Resolution.refreshRate' is obsolete: 'Resolution.refreshRate is obsolete. Use refreshRateRatio instead.'
Packages/src/Runtime/ProjectSettings/UISoftMaskProjectSettings.cs(106,38): warning CS0618: 'Object.FindObjectsOfType<T>()' is obsolete: 'Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.'