Option to 'Make User Actor from group selection' in Scene Editor
-
Hi,
Having an option to make a User Actor from group selection in the Scene Editor would be supper efficient. I am not sure if this has been requested previously but would be a great addition. Another boost would be number input fields that resolve math - could be so good.
best wishes,
Russell
-
@bonemap said:
make a User Actor from group selection in the Scene Editor
Yes, I want this as well. It's on the list for sure.
The math inputs would also be nice, and is on the list as well.
With that said, this made me think a bit about calculations, and with some AI help I whipped up this user actor, that will take a math formula, and a set of values via JSON that map in, and will calculate your formula in one go. dx-js-math-formula.iua4
Much easier than a bunch of math/calculator actors, and more convenient than creating custom JS scripts for every calculation
NOTE: you can right-click the user actor and open the HELP in the browser (its long)