this post was submitted on 11 Oct 2023
255 points (97.8% liked)
Games
16696 readers
785 users here now
Video game news oriented community. No NanoUFO is not a bot :)
Posts.
- News oriented content (general reviews, previews or retrospectives allowed).
- Broad discussion posts (preferably not only about a specific game).
- No humor/memes etc..
- No affiliate links
- No advertising.
- No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
- No self promotion.
- No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
- No politics.
Comments.
- No personal attacks.
- Obey instance rules.
- No low effort comments(one or two words, emoji etc..)
- Please use spoiler tags for spoilers.
My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.
Other communities:
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
I'm working on a 7 year old game with Unity. It will take me a long time and energy to port to Godot. I'm gonna carry on with unity, but I'm learning Godot at the same time. I really wish there was a porting button you could press.
I would really love to hear your perspective on the differences between unity and godot and the minutiae of the port. Also, I'm a longtime coder.
I spent a week and really liked Godot, lightweight, amazing UX, very compatible with Linux, and the feeling of being part of a community is so good. C# support is great, but not as good as Gdscript, and coding in C# is so much faster for me. For instance there is no hot reloading on C#. Managed to get Vs code working and debugging after as while but broke the compatibility with unity of Vs code. So it's tricky to work on both engines on Vs code simultaneously.
It's hard to quantify the daily trials of coding.
Does VS Code not have profiles you can set up to switch between.
I'm sure I used to use something like that but I can't remember if it was VS code if it was something else I don't have access to my computer right now to check.