Unity 5.5 SmoothDamp Error

Forums 💬 NodeCanvas ⚙️ Support Unity 5.5 SmoothDamp Error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18258
    wf
    Participant

      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);

      #18259
      Gavalakis
      Keymaster

        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.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.