We are currently facing an issue with addressable being pink when Instantiating them or When loading addressable scene. We get this error when run in Xcode:
Non shader graph shader ‘Universal Render Pipeline/Lit’ not supported or MaterialX encoding missing
In the example I have provided in bug report I am using standard URP/Lit (in the actual project we will use custom Shader Graphs). Do you know if it is in immediate plan to fix this issue? It might impact our decision on whether or not to strip the functionality
We spotted this early on and made a ResourceLoader wrapper that can go either through addressables or through the old, archaic Resources/ folder system. For vision OS, our build uses Addressable groups to restructure the project resources into Resources/ folders, and uses Resources.Load to load the assets instead of via asset bundles. I’t pretty ham-fisted but seems to work ok