• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

Solved Is there a scripted way to convert fbx to assetbundles?

VRmatt

Active member
Joined
Jul 9, 2022
Messages
242
Solutions
1
Reactions
54
I downloaded some models, but failed to notice they are other types (mostly fbx).
I've been able to manually convert them, but it would be a huge help if this was scripted.
Any tips or links someone can share, please?
 
Solution
Possible, yes. Unity Editor is scriptable in theory. But it does only work if all your models are uniform and made in the exact same way. That's unlikely for stuff you "downloaded" somewhere. Stuff you can get for free is almost always broken in one way or another and need manual fixing of materials, scaling issues or root transform. Scripting only makes sense, if you got 1000+ things that all need to be treated exactly the same way. If its less than that you are likely faster doing it by hand.
Possible, yes. Unity Editor is scriptable in theory. But it does only work if all your models are uniform and made in the exact same way. That's unlikely for stuff you "downloaded" somewhere. Stuff you can get for free is almost always broken in one way or another and need manual fixing of materials, scaling issues or root transform. Scripting only makes sense, if you got 1000+ things that all need to be treated exactly the same way. If its less than that you are likely faster doing it by hand.
 
Upvote 1
Solution
Yeah I've come across that problem. Many models have slightly different setups for texture/material etc.
I still think it would be faster to script the small percentage of them that have a simple setup.
I may get into that when I have some time.
 
Upvote 0
Back
Top Bottom