Hi!
While working in unity editor GvrController and GvrViewer function properly, but when I build the .apk on the mobile it doesn´t work. It is like it doesn´t dettect de funcitons. Anyone else got this problem ?
Code example. In editor the game pauses and the sound is played, but while testing the build version on the mobile does nothing.
While working in unity editor GvrController and GvrViewer function properly, but when I build the .apk on the mobile it doesn´t work. It is like it doesn´t dettect de funcitons. Anyone else got this problem ?
Code example. In editor the game pauses and the sound is played, but while testing the build version on the mobile does nothing.
Code (csharp):
- if (GvrController.ClickButton) {
- SoundManager.playSFX (managerSounds.sounds[0]);
- checkPause ();
- }