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

.meta files missing #6

Open
williamsbg03 opened this issue Apr 16, 2017 · 4 comments
Open

.meta files missing #6

williamsbg03 opened this issue Apr 16, 2017 · 4 comments

Comments

@williamsbg03
Copy link

The readme references Unity 4.5.0 which requires .meta files for each asset. These meta files contain the GUID that the Unity project references. With these being currently omitted from the github project all asset references are broken. See attached screenshot of the build as well as the Unity meta files post.

http://answers.unity3d.com/questions/1105009/is-it-possible-to-turn-off-meta-files.html

unitymissingassets

@jblakely007
Copy link

I am getting the same issue trying to get this working - any new info on how to resolve?

@los93sol
Copy link

Did anyone find a way to resolve this? Has the code really never worked since it was committed?

@los93sol
Copy link

los93sol commented May 3, 2023

If anyone else lands here looking for a solution, I am re-associating the guid references using code and have forked the repo and updated it with my progress. Right now it's about 85% complete, the scene renders properly for the mostpart (Make sure you're using Unity 4.5) and the python test is working as well. There are a few scripts with ambiguous args that I haven't resolved with 100% confidence, but it's still a work in progress and I'd appreciate any help I can get! One thing I have not been able to get functioning is the pocket animation, there are .mov files, but I haven't been able to sort out exactly how it was assembled in it's original form

@los93sol
Copy link

The pocket animations are now functional, I believe the unity project in my fork is now working 100% and fully updated

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

3 participants