socialpoint-labs / unity-yaml-parser

Python3 library to manipulate Unity serialized files from outside the Unity Editor.
https://pypi.org/project/unityparser/
MIT License
137 stars 24 forks source link

it cause a memory error when loading a large prefab file #31

Closed yiku closed 4 months ago

yiku commented 3 years ago

it cause a memory error when I load a large prefab file that almost 32m size. I found to load this will use 7G memory, is there a way to load this using less memory?

sp-ricard-valverde commented 3 years ago

I'll have to look into this. There's no way that I know of to reduce memory consumption when loading a single file, sorry.

yiku commented 3 years ago

hello, is there a schedule about this issue?

sp-ricard-valverde commented 3 years ago

Not yet, sorry

yiku commented 2 years ago

hello, how to insert a new member of attribute to an entry or monobehaviour?

sp-ricard-valverde commented 2 years ago

hello, how to insert a new member of attribute to an entry or monobehaviour?

That's not possible with this library, nor something that can be done outside of Unity.

yiku commented 2 years ago

ok, thank you