ModiBuff icon indicating copy to clipboard operation
ModiBuff copied to clipboard

Unity upm install is broken

Open hjs0n opened this issue 1 year ago • 3 comments

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.

hjs0n avatar Oct 29 '24 03:10 hjs0n

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

Chillu1 avatar Oct 31 '24 21:10 Chillu1

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

Tr0sT avatar Jan 02 '25 07:01 Tr0sT

+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)

Chillu1 avatar Jan 02 '25 15:01 Chillu1