Search Issue Tracker
Fixed
Votes
0
Found in
5.4.0f3
Issue ID
833522
Regression
No
[Components] Adding component from plugin isn't defined so wrong/unloaded plugin might get linked to the inspector script field
Steps to reproduce:
1. Open attached project
2. Create new game object in hierarchy
3. Press 'Add Component' in inspector and add 'TestBehaviour'
=> notice that the behaviour from the 'PlatformPS4' plugin was added (which is not active in Editor), not from 'PlatformDefault' (which is imported in Editor)
You can most easily verify this by switching the inspector to Debug mode, and using the ObjectPicker next to the Script property to verify that the wrong DLL was selected.
Reproduced with: 5.2.5f1, 5.3.6p6, 5.4.1p2, 5.5.0b4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on do_runtime_invoke when reopening a specific project after failing to build it
- Animations change speed when rigidbody is added
- Low FPS persists when re-entering Play mode after an extended session in a specific project
- ListView list items in UIToolkit get stuck when reorderMode is set to Animated and they are reordered using two or more fingers on touch devices
- Editor or player crashes when using a deeply nested Particle System with a sub-emitter that has multiple references
Add comment