Search found 5 matches

by a87645507
Tue Jan 17, 2023 8:03 am
Forum: General Discussion
Topic: mesh is null
Replies: 5
Views: 909

Re: mesh is null

Hi there, Fields of UnityEngine.Objects are saved by reference. Because your model is generated at runtime, a reference to it will not exist between sessions. Instead you would need to save your Mesh using a separate ES3.Save call to ensure that it is saved by value and load it before loading anyth...
by a87645507
Tue Jan 17, 2023 6:10 am
Forum: General Discussion
Topic: mesh is null
Replies: 5
Views: 909

Re: mesh is null

Hi there, Fields of UnityEngine.Objects are saved by reference. Because your model is generated at runtime, a reference to it will not exist between sessions. Instead you would need to save your Mesh using a separate ES3.Save call to ensure that it is saved by value and load it before loading anyth...
by a87645507
Tue Jan 17, 2023 2:43 am
Forum: General Discussion
Topic: mesh is null
Replies: 5
Views: 909

Re: mesh is null

Hi there, Fields of UnityEngine.Objects are saved by reference. Because your model is generated at runtime, a reference to it will not exist between sessions. Instead you would need to save your Mesh using a separate ES3.Save call to ensure that it is saved by value and load it before loading anyth...
by a87645507
Mon Jan 16, 2023 9:38 am
Forum: General Discussion
Topic: mesh is null
Replies: 5
Views: 909

mesh is null

I load the model externally to this GameObject. Use es3.save<GameObject>(ABC,GameObject). Use es3.load<GameObject>(ABC).
Only ABC name, mesh is null.
What should I do? Please write the code in detail once
by a87645507
Mon Jul 04, 2022 7:19 am
Forum: General Discussion
Topic: save assetbundle
Replies: 1
Views: 540

save assetbundle

I want to save assetbundle.but I code "unityWebRequest.downloadHandler.data",debug.error "NotSupportedException: Raw data access is not supported for asset bundles".Can you help me?