https://adventurecreator.org/downloads
Hello. I downloaded first-person Player prefab, from here. I use 'One Touch To Turn And Two Touches To Move' option on iPhone. It's work well on demo scene, and some scene on iPhone touch screen. But on another scene it only go back on iPhone touch screen. Please tell me what should I do.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @gas. What are your AC and Unity versions?
To understand fully the problem, you're saying that you can only move backwards? How about turning?
And things work otherwise in all scenes except one? If so, it sounds like the issue must be related to some way that the scene is configured.
Is there anything that stands out about how this scene is set up?
Check that it's not accidentally set to override the game's perspective to 2D - it'll say so at the top of the Scene Manager if this is the case.
Check also the state of your AC MainCamera - is this the only active Camera (and Camera tagged as "MainCamera") in your scene?
How is the behaviour when testing in the Editor? Or is the issue only occuring when running on the iPhone as a build?
Any screenshots of the scene that you can share may help reveal the issue.
You can test if this is the default behaviour or not by creating a new AC scene - with a simple Plane for a floor - and trying to move in there. Is the movement correct here?
Thanks for replying. I made new snene, and used New Game wizard, then First person movement on iPhone works well completely in same assets. :blush
It may be some minor setting in the Settings Manager, in that case.
Each game has its own set of Managers - so if you've already been working with a previous set, you may want to try using your old Manages except for the new Settings Manager. That way, you should be able to keep things like inventory items you've already been working with.
Thanks a lot for additional advice.