How to create a .Json File

I was wondering if anyone here knew where and how to create a .Json file for a racing game I am currently making

1 Like

Also Anyone that wants to collab with me can just let me know

What do you need the JSON file for?

I want to make JSON files to be used as assets for the vehicles

Assuming you mean the models of the cars, you would need FBX files instead. PlayCanvas Editor will convert it to GLB or JSON on import (pending on your settings).

Oh Okay

More information can be found here in the User Manual:
https://developer.playcanvas.com/en/user-manual/assets/
https://developer.playcanvas.com/en/user-manual/assets/importing/

Thanks a lot!