Spawn Enemy C# API #1110
Answered
by
praydog
Eugeny335
asked this question in
General Questions
Spawn Enemy C# API
#1110
-
Can I use the API for the c# plugin to create enemies and, if possible, is it possible to give them a name above their head? |
Beta Was this translation helpful? Give feedback.
Answered by
praydog
Aug 15, 2024
Replies: 1 comment 1 reply
-
Probably. Look at how EMV engine does it. It will probably involve folders or prefab instantiation. You can use imgui and via.math.worldPos2ScreenPos to draw above their head. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Eugeny335
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably. Look at how EMV engine does it. It will probably involve folders or prefab instantiation.
You can use imgui and via.math.worldPos2ScreenPos to draw above their head.