FlowCanvas Forums › Support › Unity New Input module – error
I installed the module for the new unity input and have noticed the following:
Side Note: The file should be named NewInputEvents same name as the class – like all other nodes this makes it editable. Regardless I get an error:
the reflection type seems to be returning error — (Type Request Error): Type with name ‘UnityEngine’ cannot be resolved.
Here is the code that is returning error:
if ( action.type == InputActionType.Value ) {
var controlType = ParadoxNotion.ReflectionTools.GetType(“UnityEngine.” + action.expectedControlType, true);
if ( controlType != null ) {
AddValueOutput(“Value”, controlType, () => actionValue); }
My issue was not with the flow canvas node but with my input action setup. I needed to change action type from value to button.
Username
Password
Remember Me
By registering on this website you agree to our Privacy Policy.
Email
Confirm Password
Username or Email