PopcornFX / O3DEPopcornFXPlugin

PopcornFX plugin for O3DE
https://www.popcornfx.com/
Other
13 stars 12 forks source link

Support ScriptCanvas 2.0.0 changes #72

Closed AMZN-alexpete closed 1 year ago

AMZN-alexpete commented 1 year ago

ScriptCanvas was updated in https://github.com/o3de/o3de/pull/16678 to simplify node registration and requires code changes to remove the old registration code that is no longer needed.

NOTE: There is short period of time between Nov 5 - Nov 9 when the engine version was 2.x before being bumped to 3.0 where this change will not work and the code will not compile.

Testing

ValPKFX commented 1 year ago

Thank you!