Hello, I'm a newbie making a simple Cardboard game for my school project. I'm using Unity 5.6.1f1 Personal.
I've been following some YouTube tutorials and I made a couple of levels with objects like cubes and planes etc.
I wanted to implement a couple of different ways to move/walk and the first one was the so called look-walk where you move by looking at a certain angle. I followed this youtube tutorial: https://www.youtube.com/watch?v=kBTn2pGwZUk
It works fine in Unity's game view/editor and it was also working on my phone a couple of days ago in one of my earliest Unity projects. Now that I've familiarized myself with the program a bit more I wanted to implement this mechanic again and I found out that it doesn't work anymore in any of my projects when I build & run to my phone.
It still works fine in Unity though.
The project has 3 scenes and I think all of my build settings are correct.
I'll gladly provide more info about the project, but I don't know what's needed in this situation.
07-07-2017 04:37 AM