I notice realtime combining meshes causes a framedrop or two. Is it possible to do this in a thread and/or else would static batching utility be a possible replacement?
1 Answer
1The Unity API can generally not be used in threads, so that’s not possible.