fbx to Unity
861 1 0-
- mromerocastro
- Member
- 1 posts
- Joined: June 2020
- Offline
-
- SkuxLife
- Member
- 5 posts
- Joined: Jan. 2022
- Offline
Do you have an example file you'd like to be imported into separate pieces?
I can think of a couple of options that may be helpful. When importing an FBX into Unity, you can right-click and create child objects within the imported FBX into their own prefab_variants.
You may need to disable Weld Vertices in the FBX file in Unity.
You could go further and create an Editor script that automatically splits an FBX file into separate prefabs_variants.
I can think of a couple of options that may be helpful. When importing an FBX into Unity, you can right-click and create child objects within the imported FBX into their own prefab_variants.
You may need to disable Weld Vertices in the FBX file in Unity.
You could go further and create an Editor script that automatically splits an FBX file into separate prefabs_variants.
-
- Quick Links