Not sure if this is the right place…
Im having trouble with my game, here some of the errors(There are over 45):
Assets/Scripts/FlySpawner.cs(40,1): error CS8025: Parsing error
All compiler errors have to be fixed before you can enter playmode!
and another was(mostly ones like that ^ ):
UnityEditor.SceneView:ShowCompileErrorNotification()
And all the assets had this:
Assets/Standard Assets/ParticleSystems/Scripts/ExtinguishableParticleSystem.cs(24,24): warning CS0618: UnityEngine.ParticleSystem.enableEmission' is obsolete: enableEmission property is deprecated. Use emission.enabled instead.’