SerializedCacheRoot in AssetCache is not assigned.
fnwinter opened this issue · 1 comments
fnwinter commented
While I was running the ticktacktoe example, I found there is an issue which didn't show the altspace cube.
it's because of
AssetLoader.cs line 291
importer.SceneParent = MREAPI.AppsAPI.AssetCache.CacheRootGO.transform;
CacheRootGo is not assigned and it should be assigned as gameobject.
It seems cacheRoot in AssetManager is not assigned to AssetCache.
if so and my analysis is right, could we move the cacheRoot to AssetCache and reference the object in AssetManager?
I could make PR for this, and thank you for reading.
fnwinter commented
I'll close this issue and reopen it in SDK repo.