• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

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

VRmatt

Active member
Joined
Jul 9, 2022
Messages
285
Solutions
1
Reactions
56
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