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 dogsofknowledge · Nov 20, 2012 at 12:31 PM · errorcompilerfree

Compiler Errors

When I download any project onto Unity, it says: "All compiler errors have to be fixed before entering playmode" Why does it do this? When I updated to Unity 4 and upgraded my project, it started saying that for my project too. I tried changing the platform, but it didn't help. I don't know how to script, so I don't know if it's a script error or not, but all the scripts say they couldn't load. I also clicked on the debug button on MonoDevelop, and it said the compiler crashed on every script. Thanks for helping.

Comment
Add comment · Show 7
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 dukearena · Nov 20, 2012 at 01:41 PM 0
Share

What you have in Console? (If it's hidden click on menu Window->Console)

avatar image dogsofknowledge · Nov 20, 2012 at 02:54 PM 0
Share

Here is everything it said:

Assets/Standard Assets/Image Effects (Pro Only)/ColorCorrectionEffect.cs(6,14): error CS0101: The namespace `global::' already contains a definition for `ColorCorrectionEffect'

HDR and $$anonymous$$ultisampleAntiAliasing (in Forward Rendering Path) is not supported. This camera will render without HDR buffers. Disable Antialiasing in the Quality settings if you want to use HDR.

HDR RenderTexture format is not supported on this platform. This camera will render without HDR buffers.

Actor::update$$anonymous$$assFromShapes: Compute mesh inertia tensor failed for one of the actor's mesh shapes! Please change mesh geometry or supply a tensor manually!

Actor::update$$anonymous$$assFromShapes: Compute mesh inertia tensor failed for one of the actor's mesh shapes! Please change mesh geometry or supply a tensor manually!

Actor::update$$anonymous$$assFromShapes: Compute mesh inertia tensor failed for one of the actor's mesh shapes! Please change mesh geometry or supply a tensor manually! (It says that 10 more times)

Your 64 bit Windows installation is missing an important service pack patch. Please apply http://support.microsoft.com/kb/976038 to ensure stability.

(I tried downloading the hotfix, and I put it in System32 and the Unity folder, but it didn't work.)

I understand only a few of these errors.

avatar image dukearena · Nov 20, 2012 at 04:04 PM 0
Share

I think the best is try to reinstall Unity, but first re-download it from website for ensure last version + patches..

If the problem persist, try to reimport all your script to force recompile all..

avatar image dogsofknowledge · Nov 20, 2012 at 04:54 PM 0
Share

Ok. I'll try that, but I just installed Unity 4.0 today.

avatar image dogsofknowledge · Nov 20, 2012 at 06:53 PM 0
Share

It's still the same.

Show more comments

2 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by cowlinator · Nov 20, 2012 at 09:06 PM

try this: Go to your "Assets" folder, and delete every folder with "Standard Assets" in the name. Then go to unity, go to the Assets menu -> Import package -> Image effects (and whatever other packages you want/need.

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 species_5618 · Apr 24, 2013 at 04:13 PM 0
Share

sorry to drop in like this but I have similar issues. example:

1) /Assets/Editor/ThirdPersonCameraEditor.cs(5,24): error CS0433: The imported type `ThirdPersonCamera' is defined multiple times

2) /Users/***/Documents/Prime-Test/Assets/Scripts/Player.cs(23,23): Error CS0122: 'AnimationController.state' is inaccessible due to its protection level (CS0122) (Assembly-CSharp)

Downloaded the free unit 4 version from the website a few days ago. All demo project I download from the site have these same issues. I'm running on windows 8 64 bit (8 gig ddr3, 512 ssd disk, i7 core, GeForce graphcrd).

I also downloaded it on a other pc using Win 7 64bit ultimate (i7, 12 gig ddr, 1.5t, GeForce graphcrd), but still the same errors. Note: these where fresh installed. Unity was never installed on either of the pc's before. Updated windows including the patch but still no luck.

Also some errors seems to make no sense, the project where download from the original website and imported succesfully.

any lead on this issue?

avatar image
0

Answer by dogsofknowledge · Nov 21, 2012 at 10:47 AM

Will I need to re-download CarTutorial to import the assets again?

Comment
Add comment · Show 4 · 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 dukearena · Nov 21, 2012 at 11:26 AM 0
Share

No, your problems aren't Script errors.. Seems to be Unity Interal Errors.. I every case, old imported projects (from version 3) could show warnings with Deprecated methods but never Disabled.. It's for compatibility (or I have to burn all my old projects :D).. So, the problem should be unity or windows 64-bit

Ok, another question, just for check: Have you installed all Windows updates? (Go to microsoft update website for check) Or Have you installed a new one in this week? (Sometimes windows updates makes system instable)

avatar image dogsofknowledge · Nov 21, 2012 at 01:21 PM 0
Share

Also, I don't have Unity Web Player on my computer, because if I install it, my computer breaks. It happened twice and I had to take it to the computer shop for a few days. That problem is a hardware one, not a virus or malware.

avatar image dukearena · Nov 21, 2012 at 01:38 PM 0
Share

O_O the problem becomes deeper.. I have run out of ideas.. Try to write the console log to forum, meanwhile I think about it..

avatar image dogsofknowledge · Nov 21, 2012 at 02:05 PM 0
Share

Ok. Thanks for all your help!

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

12 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

Related Questions

Internal Compile Error after adding any script 0 Answers

How do i fix a Compiler error 2 Answers

A node in a childnode? 1 Answer

'else' not working.... please help:( 4 Answers

Errors when trying to play my project 3 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