udacity / self-driving-car-sim

A self-driving car simulator built with Unity
http://udacity.com/self-driving-car
MIT License
3.88k stars 1.5k forks source link

Build fails in Unity and VS on Mac #99

Open jwanga opened 5 years ago

jwanga commented 5 years ago

After cloning with LFS I attempt to build master in Unity 2018.3.0f2 and receive the following: CheckConsistency: GameObject does not reference component Animator. Fixing.

When I attempt to build master in VS I receive the following: TargetFieldOfView.cs(53,53): Error CS0246: The type or namespace name 'ParticleRenderer' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Assembly-CSharp-firstpass)

Im building on OSX Mojave 10.14.2

taytay0904 commented 4 years ago

same pb