Cysharp/ZString

Support UPM

laicasaane opened this issue ยท 4 comments

Similar to this case Cysharp/UniTask#25, please add a package.json ๐Ÿ˜Š

can not includes external managed dlls so does not work completely.
Is that okay?

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.

I've added package.json.
7890fa1

There should be a tag after adding package.json for it to work.