Search Issue Tracker
Fixed in 1.0.0-preview.7
Votes
0
Found in [Package]
1.0.0-preview6
Issue ID
1228636
Regression
Yes
action map gets lost on play when prefab is highlighted in inspector
-e: when you have the player prefab highlighted in the inspector and then start the scene the action map reference vanishes from the component
--repros with 1.0-preview 5 and 6, downgrading down to preview4 doesn't show the issue, but throws errors
-repro:
--open Demo1 scene
--in the Project View > _Prefabs select the PlayerPrefab
--scroll down to the Player Input component
--start the play mode
--NOTICE the "My Actions" action map reference vanishes from the inspector
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
- Scene Filter buttons reset to "All" in the Occlusion Window when entering Play Mode but the Scene Filters themselves do not reset
- Transition property is not disabled in the UI Builder when it is set by a variable
- Crash on PersistentManager::GetSerializedType when opening a specific Scene
- GlobalObjectId.GetGlobalObjectIdSlow returns empty ID when in Prefab Isolation Mode
- Crash on Transform::RemoveFromParent when deleting a child GameObject
Resolution Note (fix version 1.0.0-preview.7):
Fixed by https://github.com/Unity-Technologies/InputSystem/pull/1097