Search Issue Tracker
Not Reproducible
Votes
5
Found in
2017.1.0a2
Issue ID
884092
Regression
No
Collab - Play button stays frozen when user presses play while scripts are compiling
1. Start a new project
2. Navigate to tab Edit->Preferences: General and turn off auto-refresh settings
3. Navigate to tab GameObject ->3D object (can probably be anything in fact) and place it in your scene.
4. Right click on the project view ->Create ->C# script.
5. In Scene view, left click your GameObject, select the inspector view.
6. In the inspector view, add a component to your gameobject, select script from the list and attach your newly created script.
7. Navigate to tab File ->Save Scenes and save your scene at a spot of your choice
8. Attach a behavior to your script (in my case I added "Debug.Log ("This is an error message");". Save your script.
9. Enable Collab
10. Press Play within the next 2-3 seconds
Observe that the Play button remains grayed out and cannot be unclicked. The user is otherwise stuck in "Play" until he quits Unity or creates a new asset.
Reproduced on: 5.5.0f3, 5.6.0f1, 2017.1.0a2
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Gurg
Oct 27, 2017 20:35
@Dylanh7244 It says that it was found in a 2017.1 alpha build which just means it was discovered either in alpha or off the current codebase which was happening concurrently with the 5.6 beta.
MrLucid72
May 26, 2017 04:04
(This should be fixed in a PATCH)
(...sorry, can't edit)
MrLucid72
May 26, 2017 04:04
Proof it's been happening since 5.5.2p3, posted in the 5.6 beta forum:
https://forum.unity3d.com/threads/pressing-play-often-does-nothing-it-will-never-play-stop-again-until-restarting-unity.462288/#post-3006542
Case #893748
MrLucid72
May 26, 2017 04:01
Found in 2017? Yea right, I reported this LONG AGO in 5.6 BETA! Please change that! This should be fixed in a patch.
tomventom
Apr 09, 2017 12:46
This is such an annoying issue. How is it not fixed already?
Didn't get this at all in 5.5.1, but 5.6 is a nightmare to use because of this.