Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
13 Jun 22 - 14 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Kirbyrawr · Oct 26, 2014 at 05:00 PM · editorwindowvisibletab

EditorWindow is visible

Hi, i want to know if there is any way to know if a editor window is visible, for example if you have it attached next to the inspector tab but you are on the inspector tab, is not visible.

Hacky stuff is welcomed.

Example:

alt text

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Ratslayer · Jan 23, 2020 at 02:03 PM 0
Share

Here is the answer: http://www.improck.com/2014/11/editorwindow-onbecamevisible-and-onbecameinvisible/

$$anonymous$$ethods void OnBecameVisible and void OnBecameInvisible are what you're looking for. They are not listed as Editor events, but they do trigger whenever the window is hidden.

2 Replies

· Add your reply
  • Sort: 
avatar image
-1

Answer by IzzySoft · Jan 09, 2015 at 07:10 AM

 bool isGameViewVisible = !(Screen.width == 640 && Screen.height == 480);
Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Abu-Faisal · Feb 06, 2016 at 06:15 PM

OnFocus() and OnLostFocus() are what you looking for.

I hate Unity misleading documents.

Sorry for replying to old question, but I faced this issue today and tried to solve it with no luck of googling it.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Ratslayer · Jan 23, 2020 at 02:06 PM 3
Share

OnFocus and OnLostFocus do not trigger when the window disappears, it triggers when focus shifts. If you click on any other window in the editor, like the scene window, OnLostFocus will be called and vice versa. OnBecameVisible/OnBecameInvisible are the methods to do it. They aren't even documented as methods used by the Editor, wth?

avatar image Flying_Banana Ratslayer · Apr 22, 2020 at 08:04 AM 1
Share

This needs to be an answer, and accepted! Thanks for finding these callbacks!

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

31 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

I closed my Project tab PLEASE HELP. 2 Answers

How do I wait until after AssetDatabase creates an assets before carrying out another function ? 0 Answers

Change script from EditorWindow 0 Answers

Show camera view in an editor window 1 Answer

Change SceneViewState via code (Fog, Skybox, Animated Materials, Image effects, etc)? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges