Regarding the hideFlags check, it should not be modified in the source code, since it is required for determining whether a graph is bound or not and thus act accordingly (even though this check has already been changed for the next version).
-> Is it true that “HideFlag” is set to “None” even when the bound graph is loaded into the Prefab?
This causes “case 1” and similar loading times to be consumed.
Deserialization of graphs is obviously having a performance impact due to GC allocation (that can’t be avoided), but there should be no problem if the gameobjects are pre-loaded in load time.
-> 1. Pools the object.
2. Load this object six times.
3. Is it appropriate to have six deserializations?
4. Is it correct to be like the attached picture?
Attachments:
-없음2.png
Login
Register
By registering on this website you agree to our Privacy Policy.