Search Issue Tracker
Fixed in 4.5.3
Votes
2
Found in
4.3.4f1
Issue ID
611115
Regression
Yes
[WP8] GUI.Button press is constatly called on emulator
To reproduce:
1. Create a new script
2. Add these lines to the script:
"
void OnGUI() {
if (GUI.Button (new Rect (0, 0, 300, 100), "Press")) {
Debug.Log("logging");
}
}
"
3. Attach the script to the main camera & build for WP8
4. Open the solution in VS and deploy to an emulator (I'm using WVGA 512MB)
5. Note the output - it is filled with "logging" even though the button was never pressed
Does not happen in 4.3.4f1
Comments (1)
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
- Pressing “Open” button in Inspector > “High Quality Lines” Override throws “Item m_RenderPipelineSettings.supportHighQualityLineRendering not found” warning
- Overlays are immediately undocked when the Overlay is docked to the right side of Scene View and the Overlay's Handle is clicked
- Crash in PhysicsManager::IgnoreCollision when a GameObject with “Is Trigger” enabled enters a collision in a specific project
- Selecting unsupported Material in Physically Based Sky throws “RenderingCommandBuffer” errors instead of error help box in Inspector window
- Undo and redo does not update color field pop-up window after undoing other events outside the pop-up window
brentstrandy
Jun 30, 2014 21:37
FYI - This is an issue with the Emulator ONLY - this bug does not occur when running the application on a WP8 device.