# 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中所有内容
===

- 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://github.com/mob-sakai/MainWindowTitleModifierForUnity/blob/upm/LICENSE.txt)
[](https://twitter.com/intent/follow?screen_name=mob_sakai)
<< [Usage](#usage) >>
[](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://twitter.com/intent/follow?screen_name=mob_sakai)
[](https://github.com/users/mob-sakai/sponsorship)
## See Also
* GitHub page : https://github.com/mob-sakai/MainWindowTitleModifierForUnity