You should use the normal ForEach node instead of ForEach (T) node like so:
With that said though, there is a bug in the latest version which I’ve just fixed.
I have attached for you here a unitypackage with the fix for your convenience.
Please let me know if this works for you with the fix package imported.
(The version by the way, can be seen on the top right corner of the Graph Editor toolbar)
Assets\ParadoxNotion\FlowCanvas\Modules\FlowGraphs\TypeConverter.cs(58,88): error CS0117: 'ReflectionTools' does not contain a definition for 'SingleTempArgsArray'
When importing the package you sent it only updates 1 file, TypeConverter.cs, maybe you forgot to add the changes in ReflectionTools.cs ?
Solved: Got help on the discord server and it seems I had to explicitly cast to Transform. My mind block was that Log Value was already showing it as Transform and the connection said Null instead of an Error on the AddForce so it never came to my mind that I had to force the Cast.
Author
Posts
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.