Search Issue Tracker
Fixed in 2018.3.X
Votes
1
Found in
2018.1.0b8
2018.2.5f1
Issue ID
1075100
Regression
Yes
OnApplicationFocus() is not called upon entering Play Mode
How to reproduce:
1. Open tester-submitted project(OnApplicationFocus)
2. Open the scene 'SampleScene'
3. Enter Play Mode
Expected result: OnApplicationFocus method is called and returns 'true', thus enabling the 'Cube' GameObject
Actual result: OnApplicationFocus method is not called at all
Reproducible with: 2018.1.0b8, 2018.1.9f2, 2018.2.6f1, 2018.3.0a10
Not reproducible with: 2017.4.9f1, 2018.1.0b7
Notes:
The same issue applies to the built player - launching the application does not call the OnApplicationFocus method
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceExceptions are being thrown when saving a ScriptableObject with an array of a type with a CustomPropertyDrawer that uses TrackPropertyValue
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
Develoop
Aug 28, 2018 07:01
Hope Unity dev team to fix soon the issue with OnApplicationFocus() ...