Split Geos to Different Game Objects

   3060   2   1
User Avatar
Member
19 posts
Joined: 12月 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 - 2022年6月21日 23:36:00

Attachments:
Deprecated.png (22.5 KB)

User Avatar
Member
3 posts
Joined: 2月 2017
Offline
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
Edited by ztyqaz111 - 2022年6月22日 22:22:00
User Avatar
Member
1 posts
Joined: 9月 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.

Attachments:
Screenshot_3.png (6.6 KB)

  • Quick Links