o3de / o3de.org

The O3DE website
Other
85 stars 159 forks source link

Script Canvas best practices require update #434

Open sptramer opened 3 years ago

sptramer commented 3 years ago

The script canvas "Best Practices" page (/docs/user-guide/scripting/script-events/best-practices/) requires an update regarding the Tick Delay. This component won't be available in O3DE and whichever bus replaced it should be used instead. This will require some investigation to find the replacement and update any other associated best practices information.

FiniteStateGit commented 3 years ago

script-canvas-best-practices-activation-order

Suggestion for a possible replacement.

LB-ArturZieba commented 2 years ago

We were investigating Script Events-related documentation pages, and came across this documentation issue. Image of another similar graph that works around the removal of Tick Delay node is attached to this comment. It should also be noted that the second paragraph under the "Ensure entities are activated before events are sent" section contains mention of the Tick Delay node ("One way to implement this strategy in Script Canvas is to connect the On Graph Start node to a Tick Delay node."), and should be corrected, to whichever node is used as a substitute in the end.

SEBestPractices0