Search Issue Tracker
Fixed
Fixed in 6000.0.62f1, 6000.2.10f1, 6000.3.0b9, 6000.4.0a5, 6000.5.0a1
Votes
0
Found in
6000.0.1f1
6000.1.0a7
6000.2.0a1
6000.3.0a1
6000.4.0a1
6000.5.0a1
Issue ID
UUM-71847
Regression
No
[URP][Package samples] Scenes using FirstPersonController not working in Unity 6
Steps to reproduce:
- Create a new Universal 3D project.
- Open Window > Package Manager > Universal RP.
- Click "Samples" tab and click "Import" next to URP Package Samples.
- You may have to change the Render Pipeline Asset according to the instructions in Game View.
- Enter play and try moving in the following Sample Scenes:
*
** CameraStacking > MixedFOV
* Shaders > Lit
Expected results:* You can move.
Actual results: You cannot move. A message appears in the console stating that the FirstPersonController uses the legacy input system, and it needs set in Project settings.
The movement will work once the user changes Project Settings > Player > Active Input Handling to Input Manager (Old) and restarts the project. However, this troubleshooting may not be known to a new user who might be exploring the samples.
Reproducible with versions: 6000.0.1f1, 2023.3.0a2
Not reproducible with versions: 2023.2.20f1, 2022.3.28f1, 2021.3.38f1
Can't test with versions: 2023.3.0a1, unable to install
Tested on (OS): macOS (Intel) 12.7.4
Notes:
- Info message:
{code:java}
The FirstPersonController uses the legacy input system. Please set it in Project Settings
UnityEngine.Debug:Log (object)
FirstPersonController:Start () (at Assets/Samples/Universal RP/17.0.3/URP Package Samples/SharedAssets/Scripts/FirstPersonController.cs:24){code}
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
- Inspector Open button does nothing when navigating to a different folder with a locked asset
- Pre-generated XML serializers fail to deserialize types that use polymorphism when the Player is built with the IL2CPP scripting backend
- Editor crashes with error "Failed to present D3D11 swapchain due to device reset/removed" and Player freezes when rendering a particle system while using modified URP package on DX11
- Crash on Scripting::LogException when async HTTP callback executes after scripting domain teardown
- Expanded foldouts collapse when reselecting D3D12 Device Filter List asset
Resolution Note (fix version 6000.4.0a5):
Use the input system
Modify the scripts for move and look
Correct the scenes
PR: https://github.cds.internal.unity3d.com/unity/unity/pull/80873