Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GearVR compatibility issue #34

Open
pecheny opened this issue Jun 11, 2016 · 1 comment
Open

GearVR compatibility issue #34

pecheny opened this issue Jun 11, 2016 · 1 comment

Comments

@pecheny
Copy link
Contributor

pecheny commented Jun 11, 2016

According to Oculus guidelines in order to make development build i need to put signature file exactly to Project/Assets/Plugins/Android/assets/.

Following validation in ProjenyConfigValidator prevents me to do so.

                        if (pluginNameLowered == "android" || pluginNameLowered == "webgl")
                        {
                            foreach (var platformDir in pluginDir.GetDirectories())
                            {
                                CheckJunction(platformDir, badDirectories, brokenJunctions);
                            }

                            continue;
                        }

For now i just commented lines below and rebuild Projeny, it works for me.

@michael-jennings
Copy link

@pecheny
If anyone wants a quick-ish solution, you can use my fork for Gear VR compatibility.
At the top of README.md I included more detailed instructions for installing Python, which you'll need since I don't know how to set up release builds like the original branch has, yet. (It's no big deal, don't be skeered). I had a lot of stumbles trying to follow the install instructions given in the original README.md, so I wrote down every single step for my fellow python dummies.
I will try to keep this fork up to date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants