C++ Scripting #1389
Answered
by
nem0
Ethan-Bit-256
asked this question in
Q&A
C++ Scripting
#1389
-
Can I do Scripting in C++ purely? |
Beta Was this translation helpful? Give feedback.
Answered by
nem0
Dec 9, 2021
Replies: 2 comments 3 replies
-
Yes. What I do in my game is I make a custom c++ plugin. You can take a look at one of the existing plugins, e.g. https://github.com/nem0/LumixEngine_maps . I can post an example here later today. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Ethan-Bit-256
-
If you want to do it similar to Lua (or what Unity does with C#), then that's not implemented. Lumix is more like UE4 in this regard. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. What I do in my game is I make a custom c++ plugin. You can take a look at one of the existing plugins, e.g. https://github.com/nem0/LumixEngine_maps . I can post an example here later today.