Questions tagged [fbx]
Fbx is a file format from Autodesk which is used to store 3d models.
141 questions
2 votes
1 answer
118 views
Second URP Lit material shows pink on FBX model exported from Unreal 5
I'm trying to get materials working on a model imported into Unity 6, from Unreal Engine 5, but for some reason one of them isn't showing. I have played around with a few of the settings with no ...
0 votes
0 answers
49 views
How to get a scene information from Unread Engine 4?
I learn game engine development and I was interested to work not only with box and sphere meshes also with a large model with difference meshes and textures in this model. I bought a 3d model. The ...
0 votes
5 answers
9k views
Blender export to unity via FBX: correct rotation
I know that the question of the right blender for unity export has been asked quite often, but it is based on the problem that the models are rotated 90 degrees. In my case, the FBX objects are ...
0 votes
0 answers
100 views
Why do the colors of my .ply model look pale after converting it to the .fbx format?
I have a colorful .ply file that I'm trying to use in Unity. I have seen a few .ply to .fbx converters online, but they all make the model lose a lot of its color. This is how the .ply file looks in ...
0 votes
1 answer
306 views
contentexporter FBX->SDKMESH warning and bad output
I am using the directxtk contentexporter to convert a a fbx file with animation to sdkmesh. The fbx file is exported from blender, it includes an animation using model bones. After exporting to fbx, I ...
1 vote
0 answers
196 views
Using FBX Exporter messes up materials of VRM?
I am trying to export a VRM into an FBX to edit in Blender. To do this, I have installed UniVRM to import the VRM, and FBXExporter to export it as an FBX. This almost works great. However, I have an ...
0 votes
1 answer
1k views
Objects lose their individual positions and rotations when imported from FBX using Assimp
I am a newbie trying to learn DX11. I successfully put my obj model into the program by using assimp. Unfortunately, I cannot load the same model in fbx format correctly (both of them were exported ...
0 votes
1 answer
226 views
Problem importing Blender materials into Unity via FBX
I've created a simply low poly house in Blender (2.92) that I have imported into Unity as an FBX. Materials (simple colours) are all set up in Blender. Initially this was all working fine. Colours all ...