I need to add 3d objects using .json format, how can I convert .obj / .fbx / .glb /.gltf file types in to .json format and import into playcanvas. please help me. it’s very helpfull for my university project.
Hi @meta_core,
If you are set in using JSON, PlayCanvas used a legacy JSON format for models which is still available as an option in the editor.
Go to your project settings, asset pipelines and disable Import GLB.
Now if you import an FBX to the editor it will get converted to a JSON model asset.
2 Likes