Unity 5.5 SmoothDamp Error

NodeCanvas Forums Support Unity 5.5 SmoothDamp Error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11615
    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);

    #11625
    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.

    Join us on Discord: https://discord.gg/97q2Rjh

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