Andrew Rumak
Andrew Rumak
Sorry to hear that you encountered this issue. Is it shows any warnings or errors in Console? Can you please try to remove MyBox and [install](https://github.com/Deadcows/MyBox/wiki/Installation) it anew? It might...
Oh, I just figured out there is no 1.5.2 version, maybe you meant 1.6.2? Anyway, you may try any version [here](https://github.com/Deadcows/MyBox/tags) Please let me know if older version will work
Oh, I didn't knew that methods descriptions are not visible by default! I added this info to [Installation guide ](https://github.com/Deadcows/MyBox/wiki/Installation#enable-intellisense)as well as well
It might be possible to check and toggle this values automatically via reflection... Interesting thing to investigate 😁 some links for a future me: [Plase where settings drawn](https://github.com/Unity-Technologies/UnityCsReference/blob/61f92bd79ae862c4465d35270f9d1d57befd1761/Editor/Mono/PreferencesWindow/PreferencesSettingsProviders.cs#L416) [Settings get...
No, unfortunately it's not possible by technical reasons. What features do you use the most from NaughtyAttributes? I may create my own versions of such features 🙂
Well I think the best and easiest step for now is to allow conditionally disable Foldout and ButtonMethod for compatibility with such libraries. It's not the worst sacrifice I think
@TheWalruzz thanks for the fix!
yep guys, sorry for that. In the latest versions SO check and Prepare on Play are disabled by default as it has to scan the whole project to search for...
> I'm mostly missing the [ValidateInput](https://github.com/dbrizov/NaughtyAttributes#validateinput) system. As well as showing warnings and error messages on variables Good stuff. I think this functionality could be easily combined with [MustBeAssignedAttribute](https://github.com/Deadcows/MyBox/wiki/Attributes#mustbeassigned). I'll...
It's been a long time, but finally [I made UnityObjectEditor optional](https://github.com/Deadcows/MyBox/wiki/Installation#compatibility-with-other-libraries). Disable **"Inspector override"** toggle in MyBoxWindow for compatibility for some other libraries. It is required for [[ButtonMethod]](https://github.com/Deadcows/MyBox/wiki/Attributes#buttonmethod) and [[Foldout]](https://github.com/Deadcows/MyBox/wiki/Attributes#foldout)...