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

Can't get it in Unity #33

Open
gamertagjochem opened this issue May 13, 2021 · 1 comment
Open

Can't get it in Unity #33

gamertagjochem opened this issue May 13, 2021 · 1 comment

Comments

@gamertagjochem
Copy link

when I pull it to Unity there appears an error what says: !The referenced script (Unknown) on this Behaviour is missing!
How can I fix that?
The referenced script (Unknown) on this Behaviour is missing! unity 2D-Character-Controller

@TheGodlyDemon
Copy link

Im guessing its because you pasted the entire script in instead of just the code inside the script class, this can cause the
Public Class Script:Monobehaviour part to be incorrectly named and can cause problems, just rename the script again after you pasted it or change the code in the script instead to match the script name in the Unity interface.

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