Split Geos to Different Game Objects
3607 2 1- eveying
- Member
- 19 posts
- Joined: Dec. 2021
- Offline
Hello! I have used group to split my meshs into different game objects. However, when I upgraded to Unity 2021.3 this feature ahs been deprecated. (It was still supported on unity 2021.2.) So, I wander know how could I do the split stuff on newer version? Thanks!
Edited by eveying - June 21, 2022 23:36:00
- ztyqaz111
- Member
- 3 posts
- Joined: Feb. 2017
- Offline
- yetneele
- Member
- 1 posts
- Joined: Sept. 2022
- Offline
ztyqaz111
Hey~ We can use “pack” node by string type attribute ,to split geo to multi obj in Unity Engine!
This method always used to instance meshes
Hello, is there a way to get rid of the instancing behaviour?
Since in our case we only have one of each object, having children instances just makes it harder to work with.
Ideally, we want to have GEO_Box_01, 02, 03... without subnodes.
-
- Quick Links