this post was submitted on 20 Sep 2023
14 points (93.8% liked)
Game Development
3409 readers
17 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My game dev process starts with a text outline of my ideas, usually including some sort of pseudo code. I use Obsidian's canvas feature to write things out and organize.
Then I make a demo project in a game engine, and do my best to create said feature or mechanic.
You can, also, use blender to outline how exactly you want things to look. If it's very visually specific, you can animate it and then in your engine of choice, use root motion so it looks 1:1 the same in blender.