Hello Justin,
Just a quick feature request:
Would it be possible to add the following support to 'find' feature that search for variables usage within Tasks to include:
1. support for nested (at least one layer)
2. dynamic variables?
if it matters, #1 is more important to my workflow. Thanks for considering the feature request and for the great assets.
W
Just a quick feature request:
Would it be possible to add the following support to 'find' feature that search for variables usage within Tasks to include:
1. support for nested (at least one layer)
- I group SharedVariables into custom classes. These custom classes are then members of my custom Tasks. the Find variable features only search tasks and no custom classes within them. It would be a simple externs on my end but editor code is bundled as a binary.
- In the Example provided here, anything that is bound to m_Variable1 or m_Variable2 will not be found by the Find Variable functionality of the BehaviorDesignerWindow:
class A
{
public SharedVariable m_Variable1;
public SharedVariable m_Variable2;
}
class MyTaskThatUsesA
{
public A m_Member;
}
2. dynamic variables?
- In large trees, this can increase adoption of dynamic variables as it increase the ability to maintain BT leveraging the dynamic variables.
if it matters, #1 is more important to my workflow. Thanks for considering the feature request and for the great assets.
W