https://github.com/johannesdeml/inputsystemrecorderbug
Bug Repro Input System preview.5 - 1.0.0 + Unity Recorder
https://github.com/johannesdeml/inputsystemrecorderbug
bug bugreport input-system reproduction unity3d
Last synced: about 2 months ago
JSON representation
Bug Repro Input System preview.5 - 1.0.0 + Unity Recorder
- Host: GitHub
- URL: https://github.com/johannesdeml/inputsystemrecorderbug
- Owner: JohannesDeml
- Created: 2020-02-21T08:46:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T09:41:10.000Z (over 6 years ago)
- Last Synced: 2025-02-13T22:45:43.579Z (over 1 year ago)
- Topics: bug, bugreport, input-system, reproduction, unity3d
- Language: C#
- Homepage: https://github.com/Unity-Technologies/InputSystem/issues/1070
- Size: 181 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Input System + Recording = no Input
Starting the [Unity Recorder](https://docs.unity3d.com/Packages/com.unity.recorder@2.1/manual/index.html) in Play Mode results to no more input being passed from the Input System since preview 4
[Issue #1070](https://github.com/Unity-Technologies/InputSystem/issues/1070)
## Reproduce
1. Download this project
2. Open Unity Scene `Scenes/ReproInputSystemRecorderBug` and start playmode
3. Use arrow keys to move cube left and right
4. Open Recorder window (Stay in Play Mode) and load recording list from ScriptableObjects
5. Start Recording
6. Try to give input and notice, that the block does not move anymore
### Expected Result
Block should move in recording mode (which happens in preview 3)
### Actual Result
Block does not move while recording is active
## Tech
* Unity 2019.3.1f1
* Input System preview.5 -1.0.0
* Unity Recorder preview.1 - 2.1.0
* Windows 10 with keyboard input