Questions tagged [addressables]
48 questions
0
votes
2 answers
Unity Addressables Settings missing "Build Addressables on Player Build" setting
I'm using the Addressables system to both load a local addressable asset and a remote addressable asset. I can sometimes load the local asset, but not the remote asset.
But that's beside the point. In the unity documentation for the Addressable…

Knight Steele
- 169
- 4
- 14
0
votes
0 answers
How to load a model via addressable by setting Remote Catalog Load Path at Runtime in Unity?
Trying to load an asset using addressable. I have set the build path to Remote build path and load path to Remote Load path.In the manage profile section I have set the remote build path to…

zyonneo
- 1,319
- 5
- 25
- 63
-2
votes
1 answer
UnityEditor.SceneAsset class not accessible in build
I am new to unity addressables and would like to load a scene with an AssetReference. To enforce AssetReferences being a scene, I created the following class in a utility assembly:
using System;
using UnityEngine;
using…

Elliott
- 39
- 3