codewriter-packages / Tri-Inspector

Free inspector attributes for Unity [Custom Editor, Custom Inspector, Inspector Attributes, Attribute Extensions]
MIT License
990 stars 48 forks source link

Conflict with MyBox. #165

Closed yjchun closed 4 months ago

yjchun commented 5 months ago

Describe the bug

Hello. Today, I installed TriInspector and nothing was working, and it seems TriInspector conflicts with installation of MyBox.

Install MyBox and all TriInspector's attributes are ignored silently. No Error. MyBox side works fine. As soon as I uninstall MyBox, all things go back to normal. Samples from Tools menu works fine regardless.

Desktop: MacOS 13.6 Unity version: Tested with 2023.2.20f1 Tri Inspector version: 1.14.0

vanifatovvlad commented 4 months ago

MyBox and TriInspector use the same mechanism to extend the functionality of the inspectors, so unfortunately they cannot be used together by design

imniko commented 3 months ago

Go to Tools -> MyBox -> MyBox Window, then uncheck "inspector override" you would loose MyBox ButtonMethod and Foldout attribute, but other features of MyBox should work with TriInspector