Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Standard Assets throws compile error

AlphaprotoAlphaproto Member
edited August 2020 in Programming


when doing this project I had to download the Standard Assets pack from unity store but after importing the assets into the project , Unity threw compile errors. I browsed in google and tried to clear the errors.

  1. error CS0619: 'GUIText' is obsolete: 'GUIText has been removed. Use UI.Text instead. (I cleared this with help of google by changing GUI Text to Text ; and also by adding using UnityEngine.UI )
  2. another 2 errors like this below appeared
  3. The type or namespace name 'ParticleSystemMultiplier' could not be found (are you missing a using directive or an assembly reference?)
  4. I cleared this and many upcoming errors by browsing the internet
  5. At last the same error in the 3rd line reappeared
  6. Now I can't proceed the project without clearing the errors because I have to use the RigidBodyFPS Controller and its script .
  7. It would be really helpful if I get a proper standard assets pack or any other way to solve this problem
  8. Thank you !
Sign In or Register to comment.