I'm having trouble creating a folder on the root of my phone or tablet,
I can create one in windows, which is created in the root folder of my
Unity project, but I want to create a folder on the root of a phone.
Does anyone know how? I am using using...
I'm looking for replacement face foams, like 10 of them, but it doesn't
seem like they are sold new, why wouldn't they be? There are a few sites
that make "Face foam pads" for like $30 and I found a could on e-bay,
can buy one at a time for like $15-...
How do I incorporate to images into one object for viewing on the Gear
VR from Unity? I have some renders that are rendered out with side by
side stereoscopic (lets say 500 pixels high and 100 pixels wide, each
eye would see a 500x500 pixel square im...
So, I have my phone all setup and working with my Gear VR and my Unity.
I have SDK and everything installed, but I'm more of an artist/animator,
so I get messed up on code until I have the basics covered. I can make
anything 3D and import that into m...
Correct, the main part was for Android, however cardboard etc use the
same basic functionality on iOS and Android. I am also on the Unity
board, but figured if anyone had run into anything similar. And code is
basically the same through various platf...
I figured out that placing the full path of Android allows me to create
folders at the root, like below. However, is this the correct method? Do
I also do the same with iOS, and just check if it is an Android or iOS
system?using UnityEngine;using Sys...