03-01-2020, 08:29 PM
Hello!
I have multiple splines and need objects placed on each spline with some space. I initially used InputGameObject->BuildVolumeSpots->Create GameObject for that. But that created one GameObject for one object which really dragged down the performance. So I figured that It would be better to do it with InputMesh->BuildVolumeSpots->Create Mesh and set the combine property to true.
But using this method only the first spline of all splines which are using the same CreateMesh object has the the created objects on it. The others just don't have them (they don't spawn). I also checked the spots count of the other BuildVolumeSpots and they are all above 0. The links (connections) for all modules are fine as well.
Thanks for your help in advance!
I have multiple splines and need objects placed on each spline with some space. I initially used InputGameObject->BuildVolumeSpots->Create GameObject for that. But that created one GameObject for one object which really dragged down the performance. So I figured that It would be better to do it with InputMesh->BuildVolumeSpots->Create Mesh and set the combine property to true.
But using this method only the first spline of all splines which are using the same CreateMesh object has the the created objects on it. The others just don't have them (they don't spawn). I also checked the spots count of the other BuildVolumeSpots and they are all above 0. The links (connections) for all modules are fine as well.
Thanks for your help in advance!