Forums › 💬 NodeCanvas › ⚙️ Support › Unity 5.5 SmoothDamp Error
ERROR Assets/ParadoxNotion/NodeCanvas/Framework/Design/Editor/Windows/GraphEditor.cs(284,27): error CS1501: No overload for method`SmoothDamp’ takes 4 arguments
CODE pan = Vector2.SmoothDamp(pan, smooth, ref _panVelocity, Application.isPlaying ? 0.05f : 0.0001f);
pan = Vector2.SmoothDamp(pan, smooth, ref _panVelocity, Application.isPlaying ? 0.05f : 0.0001f);
Hello, The new version with support for Unity 5.5 has recently gone live. Please update NodeCanvas from the asset store and everything will work fine once again. Thanks.