Siccity / SerializableCallback

UnityEvent and System.Func had a child
MIT License
359 stars 53 forks source link

package.json does not include a meta file, preventing the package from compiling #16

Closed Leoul closed 4 years ago

Leoul commented 4 years ago

Errors when importing the package via manifest.json:

Unity fails to create an assembly definition file as a result of package.json being ignored, and then continues to ignore all .cs files in the package. A fairly simple fix should be able to be achieved just by adding appropriate meta files to the repo.

Repro is on Unity 2020.1.0b12.3931 Personal

Siccity commented 4 years ago

Fixed in 4c5aa21