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

Android Assets #62

Open
ghost opened this issue Jun 20, 2017 · 3 comments
Open

Android Assets #62

ghost opened this issue Jun 20, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 20, 2017

Hi,

I am working on a project for GearVR and have the following error: "Projeny validation failed.

There are directories in your project that were not created by Projeny. This could cause data loss. All user data in Projeny should reside in the UnityPackages directory. See documentation for details.

The directories in question are the following:

Assets/Plugins\Android\assets"

After studying the Projeny source code I think you expect to be only dir links inside the Android directory but I have a dir called "assets" in there. In my case, I have a Package called Android because for GearVR I need some special signature files exactly in directory Plugins/Android/assets
Is there a way to tell Projeny to put a file in this directory itself?

@svermeulen
Copy link
Contributor

Is assets a special directory in Unity or does GearVR just require that files be at that exact path? If it's the former, then it's a change we can make to Projeny. If it's the latter, then there isn't much we can do about that, if GearVR is written in a way that's just not compatible.

@ghost
Copy link
Author

ghost commented Jun 24, 2017 via email

@michael-jennings
Copy link

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