If you use RespawnMenuHandler component in the GameMode_plain, you cannot switch from 1st to 3rd person views.
If you use AutomaticRespawnHandler component, then it is not an issue.
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 10 x64
- Operating System Version
- Window 11 Home 10.0.22000 Build 22000
- Category
- General
Steps To Reproduce
Create a new project in Enfusion Workbench
Place down the following prefabs.
FactionManager_USxUSSR
GameMode_Plain
LoadoutManager_USxUSSR
SpawnPoint_US
Press play. Game starts and able to switch views no problem.
Add SCR_RespawnMenuHandlerComponent and SCR_RespawnTimerComponent
Disable SCR AutomaticRespawnHandlerComponent
Press Play. After selecting respawn menu items, and you spawn in game, will not be able to switch views between 1st and 3rd persons.