# Unity-ReflectionCallDemo-MainWindowTitleModifierForUnity **Repository Path**: eloncode/unity-reflection-call-demo-main-window-title-modifier-for-unity ## Basic Information - **Project Name**: Unity-ReflectionCallDemo-MainWindowTitleModifierForUnity - **Description**: https://qiita.com/mob-sakai/items/f3bbc0c45abc31ea7ac0 Access internal classes methods in 3 ways: Reflection InternalsVisibleToIgnoresAccessChecksToAttribute - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-28 - **Last Updated**: 2025-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Main Window Title Modifier For Unity (Demo) Unity 如何实现无视访问修饰符限制并直接使用Unity中所有内容 === ![](https://user-images.githubusercontent.com/12690315/70615699-3deb1780-1c50-11ea-93a1-2d116fbbbaa8.png) - 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)](https://qiita.com/mob-sakai/items/f3bbc0c45abc31ea7ac0) ![](https://img.shields.io/badge/unity-2019.2%20or%20later-green.svg) [![](https://img.shields.io/github/license/mob-sakai/MainWindowTitleModifierForUnity.svg)](https://github.com/mob-sakai/MainWindowTitleModifierForUnity/blob/upm/LICENSE.txt) [![](https://img.shields.io/twitter/follow/mob_sakai.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=mob_sakai) << [Usage](#usage) >> [![become_a_sponsor_on_github](https://user-images.githubusercontent.com/12690315/66942881-03686280-f085-11e9-9586-fc0b6011029f.png)](https://github.com/users/mob-sakai/sponsorship)(https://zhuanlan.zhihu.com/p/17421709726)



## Usage 1. Open this project 2. To change the text of title bar, select `MainWindowTitleModifierForUnity` tool bar menu 3. Enjoy! ### Requirement * Unity 2019.2 * dotnet 2.1 or later



## License * MIT ## Author [mob-sakai](https://github.com/mob-sakai) [![](https://img.shields.io/twitter/follow/mob_sakai.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=mob_sakai) [![become_a_sponsor_on_github](https://user-images.githubusercontent.com/12690315/66942881-03686280-f085-11e9-9586-fc0b6011029f.png)](https://github.com/users/mob-sakai/sponsorship) ## See Also * GitHub page : https://github.com/mob-sakai/MainWindowTitleModifierForUnity