- Home /
How to show monobehaviour summary as tooltip?
How can I use the xml summary comment on my monobehaviours as tooltip, so that on the editor, the class summary is visible?
Similar thread: https://answers.unity.com/questions/521010/have-summary-tags-as-tooltips.html
Obtaining inline XML C# documentation at runtime using .NET 2.0 : http://jimblackler.net/blog/?p=49
You could create custom editor or attribute class that refractor to get xml code. On how it should be done, I not sure how .Net support that.
For me, I would just create a text inbox for monobehavior and copy paste purpose of that class into the Text Box.
Your answer
Follow this Question
Related Questions
How do you force a particle system to play all the time in the editor, not just when it is selected? 5 Answers
Can I know why I can't control volume of audiomixergroup without exposing parameters? 0 Answers
Script works in the editor but not in builds 3 Answers
Unity Editor 'actively refused' attaching debugger 4 Answers