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.
- 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 )
- another 2 errors like this below appeared
- The type or namespace name 'ParticleSystemMultiplier' could not be found (are you missing a using directive or an assembly reference?)
- I cleared this and many upcoming errors by browsing the internet
- At last the same error in the 3rd line reappeared
- Now I can't proceed the project without clearing the errors because I have to use the RigidBodyFPS Controller and its script .
- It would be really helpful if I get a proper standard assets pack or any other way to solve this problem
- Thank you !