Search Issue Tracker
Won't Fix
Votes
0
Found in
4.3.0b5
Issue ID
568910
Regression
No
On destroying script that required by another script - first one disabled in Inspector
On destroying script that required by anothre script - first one disabled in Inspector
2) How can we reproduce it using the example you attached
1 Create new project
2 Create cube
3 Create DummyScript2(requires DummyScript1)
4 Create script which has:
gameObject.AddComponent<DummyScript2>();
Destroy(gameObject.GetComponent<DummyScript1>());
5 Press Play - notice DummyScript1 is disabled in Inspector (the checkBox is unchecked)
By dev:
"Given the cosmetic nature of this issue, couldn't find a solution with low enough risk + effort to enable fixing this in a satisfactory way."
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Semi transparent particles are incorrect in the game view
- [iOS] UI elements are invisible on iOS devices when using AdditionalUIRenderer
- Setting ArticulationBody.collisionDetectionMode at runtime via script to Discrete does not work if its being set from Continuous
- [iOS] Crash on ScriptingGCHandle::Acquire when calling RequestUserAuthorization without using yield for pending authorization
- Particle is not visible in RenderTexture when Renderer's material is set to Default-Particle and Camera's BG Alpha is set 0
Add comment