Search found 2 matches

by zamaroth
Fri Sep 23, 2022 12:44 pm
Forum: General Discussion
Topic: Gzip compression doesnt work with Cache location
Replies: 1
Views: 587

Gzip compression doesnt work with Cache location

Hello, I found an issue, where compression doesnt work with cache. I made the following example: var testObject = new GameObject("testObject"); // Normal ES3Settings settingsCache = new ES3Settings() { location = ES3.Location.Cache }; ES3.DeleteFile(settingsCache); ES3.Save("object&qu...
by zamaroth
Fri Sep 23, 2022 12:16 pm
Forum: General Discussion
Topic: ArgumentException: The Scene is Not Loaded error
Replies: 6
Views: 2117

Re: ArgumentException: The Scene is Not Loaded error

Hello, I encountered the same problem and as this wasn't resolved, I can elaborate. The problem is caused when building the app for Hololens using the MRTK. For some reason Scene cannot be accessed during build(also encountered here https://github.com/microsoft/MixedRealityToolkit-Unity/issues/5895 ...