Open raoping2017 opened 5 years ago
Same pb here after migrating a project from 2018.2 to 2018.3
Same problem. Any Idea how this happened?
Same problem
It is because Unity removed all functionality of API regarding ParticleRenderer.
Just use Unity 2018.2 for this project. Anything newer will cause this error to appear.
As @xooxo said, ParticleRenderer has been removed. ParticleSystemRenderer is need to be used instead. https://docs.unity3d.com/ScriptReference/ParticleSystemRenderer.html
Just remove that part of the code from the OR condition and it would still works the same as the ParticleRenderer returns "true" anyway.
Assets/Standard Assets/Cameras/Scripts/TargetFieldOfView.cs(62,53): error CS0246: The type or namespace name 'ParticleRenderer' could not be found (are you missing a using directive or an assembly reference?)