• 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.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



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

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges