briochie / wow.unity

A collection of assets to make working with wow.export easier in Unity.
MIT License
19 stars 7 forks source link

Don't ignore .meta files #3

Closed oyvind-stromsvik closed 1 year ago

oyvind-stromsvik commented 1 year ago

They are necessary if you want to use this as a remote package because the package cache folder is immutable, meaning Unity can't regenerate them if they are missing for remote packages, and without them no files are imported.

I'm also adding back all the missing .meta files in this PR.

briochie commented 1 year ago

I was planning to do this once my computer situation is solved, thanks for beating me to the punch!

oyvind-stromsvik commented 1 year ago

Awesome. I tested your package again and now installs as expected, with regards to this at least. I still have other issues I'm trying to figure out, but I just realized you're seemingly active on the "wow.export" Discord so maybe I can ask there. I'll struggle some more first.