Unity upm install is broken
Library\PackageCache\com.chillu.modibuff@2089ab1f6a\Modifier\ModifierController.cs(151,19): error CS0246: The type or namespace name 'IAuraOwner' could not be found (are you missing a using directive or an assembly reference?)
An error occurs.
The meta directory files are not up-to-date with current master branch, I don't update them manually myself. Will fix this soon in the weekend
By the way, I ended up not using the UPM package. Instead, I installed the NuGet package in Unity via https://github.com/GlitchEnzo/NuGetForUnity
+1 for NuGet for Unity
Will fix this soon in the weekend Regarding this, not really bothered with updating meta files each time I update master with new files. Especially when I don't use Unity myself.
That being said, I highly recommend downloading the source directly instead, especially with the https://github.com/Chillu1/ModiBuff/commit/2d634423b9f2f426b23d873ae802a3b13fb097a8 fix, which is a bug present in all previous released versions.
Will update the readme to reflect these thoughts (regarding Unity/meta files)