-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simulation doesn't work for imported sub processes in a super BP #229
Comments
I've looked into this prior v2.2 but the way it's implemented I was unable to adjust this in time. The simulation feature is tightly connected with how processes are edited. Internally this is separated on a per configuration basis. Not so easy to change. |
Agreed, it likely requires larger rewrites. In earlier versions of the BP module, is was easier to simulate since the whole 'unlock editing, store config, diff config` mechanism wasn't that complex. That's mostly the reason why I've created this issue, BP simulation is one of the key features imho :) |
Hint: the toggle used to be labelled "Unlock", this has been changed to "Unlock Editing" |
That doesn't change the fact that it's an additional click (hidden feature), which this issue isn't even about but #226 is. 🤷♂️ |
Hi all, |
No plans, yet. |
Expected Behavior
Simulation with state overrides also works with imported linked BPs.
Current Behavior
Imported sub BPs don't allow you editing and simulate a state change. You have to navigate back into the main BP which makes the feature kind of hard to use in the "super BP".
Possible Solution
Steps to Reproduce (for bugs)
Context
Building multiple layers of BPs.
web.conf
database.conf
shop.conf
Your Environment
The text was updated successfully, but these errors were encountered: