Can I use my own Javascript classes when using the editor?

Hi @simmania,

You can use any JS valid code with PlayCanvas. For your own classes you can either bundle them as a plain .js script or if you use ES6 modules, check here on how to load them: