Support UPM
laicasaane opened this issue ยท 4 comments
laicasaane commented
Similar to this case Cysharp/UniTask#25, please add a package.json
neuecc commented
can not includes external managed dlls so does not work completely.
Is that okay?
laicasaane commented
That is completely OK. External dlls should be defined in the dependencies section, then the users have to include them explicitly by either importing them into their Assets folder or using respective UPM packages. The last time I checked, System.Buffers.dll
, System.Memory.dll
, System.Runtime.CompilerServices.Unsafe.dll
are all available on OpenUPM.
laicasaane commented
There should be a tag after adding package.json for it to work.