Macawls / OceanFSM

A Fully Featured State Machine for your Unity Projects!
MIT License
19 stars 2 forks source link

package-lock.json not included in package #11

Open robotink opened 3 months ago

robotink commented 3 months ago

I really like the user-facing design of this FSM so I wanted to give it a try, but importing via UPM or Git package gives me warnings:

A meta data file (.meta) exists but its asset 'Packages/com.macawls.oceanfsm/package-lock.json' can't be found. When moving or deleting files outside of Unity, please ensure that the corresponding .meta file is moved or deleted along with it.

Couldn't delete Packages/com.macawls.oceanfsm/package-lock.json.meta because it's in an immutable folder.

package-lock.json is indeed missing, but the .meta file is there

Unity 6000.0.5

edit: sample scene is broken as well :-)

Macawls commented 3 months ago

Thank you! @robotink

I made this a package a while ago and don't quite remember how I was working with this locally 😅, the latest release was made without a local unity env so I think that's when the meta file issues creeped in.

I installed the package as you did and there seems to be a few guid/meta mismatch issues, including the sample scene. I'll make sure to look into it when I have time 😁