Search Unity

Bolt help

Discussion in 'Visual Scripting' started by Nsk4, Aug 15, 2020.

?

can any one help me?

  1. Bolt

    1 vote(s)
    100.0%
  2. Joystick

    0 vote(s)
    0.0%
  1. Nsk4

    Nsk4

    Joined:
    May 18, 2020
    Posts:
    1
    i want to make a joystick control animation in Bolt Visual script. i try a joystick script and try to access it through Bolt but i get the below error. can any one help me??

    InvalidOperationException: Missing target object for 'Joystick.Horizontal'.
    Ludiq.Member.EnsureReady (System.Object target) (at C:/Users/RohitMoni/Documents/Repos/bolt/Package/Ludiq.Core/Runtime/Reflection/Member.cs:782)
    Ludiq.Member.Get (System.Object target) (at C:/Users/RohitMoni/Documents/Repos/bolt/Package/Ludiq.Core/Runtime/Reflection/Member.cs:792)
    Bolt.GetMember.Value (Bolt.Flow flow) (at C:/Users/RohitMoni/Documents/Repos/bolt/Package/Bolt.Flow/Runtime/Framework/Codebase/GetMember.cs:58)
    Bolt.Flow.GetValueDelegate (Bolt.ValueOutput output) (at C:/Users/RohitMoni/Documents/Repos/bolt/Package/Bolt.Flow/Runtime/Flow.cs:632)