Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Avoid writing Obi data to scene file
#3
(08-03-2020, 11:48 AM)josemendez Wrote: Obi 5.0 and up does no longer store actor data in the scene. Instead, separate assets (known as ‘blueprints’) are used, and can be shared across multiple actor instances. This was designed to solve the exact problem you have, and a few related others.

Consider updating to the latest version. Keep in mind that 5.x is only compatible with unity 2019.

I am using Obi 5.1 in Unity 2019.2.16f1. There is something writing a tonne of vert data to the scene file for an element using Obi cloth. When I get rid of the Obi actor and save the scene, my file size goes from 111 MB to 220 KB.
Reply


Messages In This Thread
RE: Avoid writing Obi data to scene file - by local306 - 09-03-2020, 05:52 PM