A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
@ilih - I'm still so very impressed at how much effort you put in to support this package. Thank you so much! It makes me much more confident as a...
I did already have that set during testing. Didn't say anything. How would I have my server send the catalog path? So far I've been looking at...
Okay, apart from LoadContentCatalogAsync failing silently, I may have discovered the real reason why it's actually failing. I didn't realize I...
Regarding LoadContentCatalogAsync, I am getting no errors (same exception output as above) even if I put in a bogus URL string. i.e. my "real"...
Nope. This is a small test project. Even that error was a Debug.Log that I put in just to see the AsyncOperationHandle.OperationException returned...
System.Exception: ChainOperation of Type: UnityEngine.AddressableAssets.ResourceLocators.IResourceLocator failed because dependent operation...
I'm using LoadResourceLocationsAsync and the client is again only finding its own (remote) catalog, and ignoring the other catalog and assets...
After some testing, I'm not sure that LoadContentCatalogAsync is what I need here. It needs a PATH argument, and when I put in, i.e....
Not getting any errors with my original approach. Just no assets. I will give a longer look at LoadContentCatalogAsync and see what I can see....
I have created two Unity projects. A CLIENT project, and a CONTENT project. My goal is to be able to author content in the CONTENT project, and...
Aha, thank you! I had already figured out how to deal with the exception after the fact, using handle.OperationException, but the runtime...
I'm just getting started with Addressables. My first goal is to handle the exception when the resource path is incorrect. I'm setting up what I...
PROBLEM SOLVED. Leaving this here for others to review, who might have similar issues. updated to latest version, using unity 2017.4.29f1 (LTS),...
I'm using the EnviroAudioMixerSupport component. This component normally requires that the AudioMixer is in the same project, and is assigned in...
is this a bug?
Are others seeing the same thing? Is 2017.3.0f3 simply designed to use the bleeding edge mono.exe? Or is there something wrong here with my setup?...
No. I'm using the most conservative settings in the editor. Scripting Runtime Version => Stable (.NET 3.5 Equivalent) Api Compatibility Level =>...
When rebuilding, I look at my system process list and unity spawns two consecutive instances of mono.exe. But why does unity select the version...
@Joe-Censored - thanks I will take a look at that page. @Dave-Carlile - I will look to see what I can remove from Resources folders. I am...
Can the profiler tell me which classes are taking so long to compile? I tried "Deep Profile" but it failed and couldn't receive all the data from...