this post was submitted on 28 Sep 2023
9 points (100.0% liked)
Game Development
3412 readers
5 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
Iirc access to the console SDK usually has costs associated, so I’m assuming that fee to Defold covers those costs. With the current tooling there doesn’t seem to be much way around it
No, I don't believe donations to defold cover any console access fees: https://defold.com/manuals/sony-playstation/ https://defold.com/manuals/nintendo-switch/ in both supported cases you have to get developer access to get access to proprietary sdk access. Plugins for game engines are typically offered, for free. The thing that costs money is a dev kit.
They try to justify why they charge for it here:
So they want money because they are apparently the only developers that can make plugins for defold to support consoles. Which isn't exactly true. You can get approved by the consoles as a developer, grab the console SDK, and implement it in anything. Including your own engine.
You’re right, I was wrong. Still Ssounds pretty standard to me though , Godot ha the same restriction and that’s why they’re working on console support as W4.