Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by zpinner · Jul 18, 2013 at 06:39 PM · gitsource-control

Behaviour is missing when using project on different computer.

Hello,

I've created a new project and uploaded it to my source control system (git). When I downloaded the project on a different computer, I received the error: "The referenced script on this Behaviour is missing!" for each one of the assets on my prototype.

Basically, all of them are missing the reference to their respective scripts.

I'm suspecting that this error is related to the files I configured to be ignored by the git. But I'm not sure what file should be un-ignored to avoid the problem. Has anybody experienced this issue before?

Here is my gitignore file:

 #Ignored folders
 Temp/*
 Library/*
 Build/*
 #Un-ignore these specific files
 !Library/*.asset
 !Library/AssetImportState
 !Library/AssetVersioning.db
 !Library/BuildPlayer.prefs
 !Library/ScriptMapper
 !Library/assetservercachev3
 !Library/expandedItems
 !Library/guidmapper
 !Library/unity default resources
 !Library/unity editor resources
 
 #ignored files.
 *.pidb
 *.userprefs


Thank you

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by doug__ · Oct 05, 2014 at 07:36 AM

I know this is a somewhat old question, but the answer is that you're ignoring .meta files somehow.

Every .meta file assigns a GUID to a script in unity, and if you delete the .meta files it generates a new GUID; script mapping is done via GUID, not path, so you get:

 The referenced script on this Behaviour is missing!

...and yes indeed, for reusing code with different projects this is very annoying.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

16 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Git won't find Metafiles 0 Answers

Script references broken after cloning from git repository 0 Answers

Looking for libiPhone-lib.a source 0 Answers

problems moving project between computers using Sourcetree and bitbucket, 0 Answers

Does Git or SVN work better with Unity? 6 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges