BabylonJS / BabylonToolkit

Home of the community maintained Unity & Unreal exporters for Babylon.js
173 stars 47 forks source link

Replace .unitypackage with a proper UPM package #71

Open andybak opened 5 months ago

andybak commented 5 months ago

I was a bit surprised to find .unitypackages uploaded directly to the repo. Usually the source goes in the repo and the .unitypackages are uploaded to Releases.

In any case - UPM is the modern way to handle things. Happy to work on a PR if it's likely to be accepted.

andybak commented 5 months ago

I've just looked at this a bit more closely - the only Unity code is in a Legacy folder and it's using Siccity's GLTF code. Is this the plan going forward? Unity has "blessed" GLTFast for import and UnityGLTF has recently had a huge update.

Would they be a better starting points?

MackeyK24 commented 2 months ago

Yo @andybak ... If you can build this from the .unity packages... That would be awesome :)