JohnBaracuda / com.baracuda.runtime-monitoring

Runtime Monitoring is an easy way for you to monitor the value or state of custom C# members during runtime. Just add the 'Monitor' attribute to a field, property, event, method or even class and get its value or state displayed automatically in a customizable and extendable debug UI.
MIT License
408 stars 22 forks source link

Error upon importing assets #3

Closed TrapShooter closed 2 years ago

TrapShooter commented 2 years ago

Same as before but a bit different now!

Assets\Third Party\Baracuda\Assets\Baracuda\Monitoring\Internal\Units\ValueUnit.cs(149,110): error CS1061: 'T' does not contain a definition for 'ConvertUnsafe' and no accessible extension method 'ConvertUnsafe' accepting a first argument of type 'T' could be found (are you missing a using directive or an assembly reference?)

JohnBaracuda commented 2 years ago

I will fix it in the next patch. If you don't want to wait, you should be able to fix it by replacing it ConvertUnsafe with ConvertFast

TrapShooter commented 2 years ago

thank you!