Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
13 Jun 22 - 14 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
2
Question by dsillman2000 · Feb 23, 2014 at 05:56 PM · errornamespacenot found

UnityEngine could not be found?

Thanks for looking at my question. I am trying to code my game in MonoDevelop(C#), but I could never compile correctly because, next to the line,

 using UnityEngine;

The error said,

 using UnityEngine;                The type or namespace name 'UnityEngine' could not be found. Are you missing a using directive or assembly reference?

I recently started coding this at my dad's house on a PC. I transferred it over here, to my Mom's house (on a Mac), using Google Drive. Now, all of a sudden this error won't stop showing up.

Help please?

Comment
Add comment · Show 1
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
avatar image KiraSensei · Feb 23, 2014 at 05:57 PM 0
Share

Do you have Unity installed in the second computer ?

7 Replies

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by dsillman2000 · Feb 23, 2014 at 07:16 PM

OKAY I found out what was wrong. Something happened to my monodevelop when loading my files, so I reinstalled Unity, and suddenly UnityEngine could be found. Yay!

Anyone else with a similar problem, just reinstall!

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
avatar image
5

Answer by zhangyutong926 · Nov 16, 2015 at 04:34 PM

Hey, you needn't to reinstall your Unity. You can try to add the namespace "UnityEngine" manually. Normally, your UnityEngine reference is here: {Install path of Unity}/UnityProjectTest/Library/UnityAssemblies/UnityEngine.dll I'm not sure how to add it in MonoDevelop but I am sure in Visual Studio. alt text And then, left click "Add Reference...". Now you see the following frame and left click that button named "Browse". alt text Then, find out your UnityEngine.dll and select it. Trust me, I've fixed similar problem. I lost my UnityEditor Reference. All done, you've finished.


a.png (190.7 kB)
b.png (12.2 kB)
Comment
Add comment · Show 2 · 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
avatar image ProGaminGranny · May 13, 2017 at 09:42 PM 1
Share

Thank you, pointed me in the right direction. Turns out my .dll files were converted to .X$$anonymous$$L files somehow from github. I just deleted the folder and it regenerated the folder when I opened my project again.

avatar image askpunk · Jul 12, 2020 at 01:26 PM 0
Share

thank you,

avatar image
5

Answer by pbastia · Sep 28, 2016 at 08:43 PM

I found another way of repairing that: It happened to me after some git mishap, and the references were gone.

To have Unity redo the bindings and reimport the dlls properly, just remove your Library\UnityAssemblies folder and reopen the project.

Comment
Add comment · Show 1 · 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
avatar image GregoryFenn · Jul 14, 2018 at 05:22 PM 0
Share

This also fixed a similar glitch for me that I suspect was linked to changing my editor version. I always upgrade to the most recent, regardless of the consequences!

avatar image
4

Answer by ESG-Steven · Jun 21, 2017 at 10:14 PM

Something that worked for me was to just close Mono, delete all the of .csproj files in my Unity project base folder, then re-open it through Unity

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
avatar image
1

Answer by rcfearn · Sep 02, 2020 at 12:36 PM

In Unity I did:

Unity -> Preferences -> External Tools.

Then I set the External Script Editor to Open By File Extension and then set it back to Visual Studio for Mac and it's working again now.

Comment
Add comment · Show 1 · 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
avatar image Toadwolf · Apr 15, 2021 at 09:54 AM 0
Share

I had the same problem when I updated from Unity 2020.2 to 2021.1. In the process, the External Tools settings apparently got lost. I deleted the .sln and .csproj files (which may not be necessary) and then did what @rcfearn describes above. Now the references to the Unity libraries are correct again in Visual Studio.

  • 1
  • 2
  • ›

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

30 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 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

Unity started rejecting my scripts? 1 Answer

C# error - A namespace can only types and namespace declarations 2 Answers

StartCoroutine namespace or type not found 2 Answers

error CS0101: The namespace `RTS' already contains a definition for `ResourceManager'. What is going on? 1 Answer

Animation not found but it animates anyway... 0 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