godotengine / godot-proposals

Godot Improvement Proposals (GIPs)
MIT License
1.16k stars 97 forks source link

Sdk support like unity #4137

Closed ghost closed 2 years ago

ghost commented 2 years ago

Describe the project you are working on

I am working on both 2d and 3d

Describe the problem or limitation you are having in your project

There are too many sdk available to make our game more powerful. But godot don't have any system to implement sdk. But unity has. I think this is the reason why most of the people using other platform

Describe the feature / enhancement and how it helps to overcome the problem or limitation

You should implement the feature to add sdk. Because it's heps the developer to add more feature on their game easily.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

It could be a new feature

If this enhancement will not be used often, can it be worked around with a few lines of script?

No

Is there a reason why this should be core and not an add-on in the asset library?

Yeah . This should be core. Because google has too many sdk for unity those are very much helpful . If this system implement in core we can grab millions of feature from google

aaronfranke commented 2 years ago

What do you mean by SDK? Godot already is itself a software development kit, it's a game engine that includes an editor that can be used for developing games or other software.

codewing commented 2 years ago

Maybe the UPM packages? This would be the only thing that comes to my mind

JestemStefan commented 2 years ago

Maybe something like Godot Hub app where you can click and download the version of Godot you want without going to website

KoBeWi commented 2 years ago

"Godot Hub" already exists, it's just not official.

ghost commented 2 years ago

What do you mean by SDK? Godot already is itself a software development kit, it's a game engine that includes an editor that can be used for developing games or other software. See the screenshot Google mentioned to use a SDK for implementing "Google in app reviews". If you're not clear on this topic then search on YouTube on "implementing Google in apps review on unity"

Screenshot_2022-03-01-20-42-06-825_com.android.chrome.jpg

ghost commented 2 years ago

Screenshot_2022-03-01-20-42-06-825_com.android.chrome.jpg

See the screenshot Google mentioned to use a SDK for implementing "Google in app reviews". If you're not clear on this topic then search on YouTube on "implementing Google in apps review on unity

Calinou commented 2 years ago

Duplicate of https://github.com/godotengine/godot-proposals/discussions/4120.

Please don't open proposal issues if you do not have a concrete implementation idea for the feature. Instead, stick to the Discussions platform and wait for consensus on an implementation to emerge there.