Create a game wihout coding

Hello,
Can i create a 3D game wihout camera portation wihout using code in Armory3D using visual scripting?

I’d say that “you can probably get fairly close,” but the reality is more likely that you’re going to be writing some code.

I’d encourage you to surf to sites like “github.com” and maybe “sourceforge.com” to look at existing Armory games that other people have generously shared. Look at what they did, and try to puzzle out exactly why they did it. When did they use nodes, and when did they write code, and exactly how did they mix the two?

(And: "unabashedly steal" anything that you find useful!)

Even though “yes, you’re learning,” you’re not the first person to have done so. “Imitation is the sincerest form of flattery.”

2 Likes

I would say yes, but there is only so much you can do.
The nodes are actually individual blocks of code, and some pretty essential stuff is missing.