MainWindowTitleModifierForUnity
A demo to change the text displayed in UnityEditor's title bar
Install / Use
/learn @mob-sakai/MainWindowTitleModifierForUnityREADME
Main Window Title Modifier For Unity (Demo)

- This is a demo project that dynamically changes the text displayed in UnityEditor's title bar.
- Access internal classes/methods in 3 ways:
- Reflection
- InternalsVisibleTo
- IgnoresAccessChecksToAttribute
- For more details, see this article (Japanese)
<< Usage >>
<br><br><br><br>
Usage
- Open this project
- To change the text of title bar, select
MainWindowTitleModifierForUnitytool bar menu - Enjoy!
Requirement
- Unity 2019.2
- dotnet 2.1 or later
<br><br><br><br>
License
- MIT
Author
See Also
- GitHub page : https://github.com/mob-sakai/MainWindowTitleModifierForUnity

