Hi folks.
I´m currently working on a “Building Game” prototype and for that i want to do some performance enhance. I have a Mesh combine routine which merges nearby houses into one mesh.
Then i thought about a Hybrid Dynamic/Static Batch process. So my question is can i undo StaticBatchingUtility.Combine()?
I tried to delete the StatichBatchRoot but that had no effect.