aws / lumberyard

Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.
Other
2.03k stars 540 forks source link

Script canvas Nativizing #402

Open 111ukasz111 opened 5 years ago

111ukasz111 commented 5 years ago

Here's why it's very important : https://docs.unrealengine.com/en-US/Engine/Blueprints/TechnicalGuide/NativizingBlueprints

Comparison: https://youtu.be/8gVixDglpQ4 Describe workarounds or alternatives you've considered** I don't see any alternative solutions

[OPTIONAL] What is your role in game development? I'm a game designer

[OPTIONAL] Tell us about your project or studio.

ArnCarveris commented 5 years ago

Well, ScriptCanvas should be able to generate assembly code for the target platform with debugger support.

ref:

111ukasz111 commented 5 years ago

No, it's only my suggestion.

joshbeacham commented 5 years ago

Have you had a chance to review the implementation of Script Canvas in Lumberyard? You can read more about it in the documentation, and with the code published to GitHub you can see every detail of how it works.

https://docs.aws.amazon.com/lumberyard/latest/userguide/script-canvas-intro.html https://github.com/aws/lumberyard/tree/master/dev/Gems/ScriptCanvas

Has your review shown you that Script Canvas does not satisfy the requirements that you are suggesting?