You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, was really hoping you could help. I picked up this plugin to try and match functionality we had in place before moving over to the IL2CPP scripting backend.
The function I'm trying to replicate is as below.
LambdaParser.Linq.LambdaParse.Eval(string expr, IDictionary<string,object> vars) T Output = Assets.Scripts.SysExtensions.Extensions.TryCast<T>(res);
Using the above function with correct fed variables was matching my needed functionality perfectly. How would I go about achieving this in this plugin?
Thanks,
Ezzuna.
The text was updated successfully, but these errors were encountered:
Hey, was really hoping you could help. I picked up this plugin to try and match functionality we had in place before moving over to the IL2CPP scripting backend.
The function I'm trying to replicate is as below.
LambdaParser.Linq.LambdaParse.Eval(string expr, IDictionary<string,object> vars) T Output = Assets.Scripts.SysExtensions.Extensions.TryCast<T>(res);
Using the above function with correct fed variables was matching my needed functionality perfectly. How would I go about achieving this in this plugin?
Thanks,
Ezzuna.
The text was updated successfully, but these errors were encountered: