Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/misc/extension_api_validation/4.4-stable_4.5-stable/GH-108825.txt
46006 views
1
GH-108825
2
---------
3
Validate extension JSON: Error: Field 'classes/EditorExportPlatformExtension/methods/_get_option_icon/return_value': type changed value in new API, from "ImageTexture" to "Texture2D".
4
5
Return type changed to allow returning both ImageTexture and DPITexture. Compatibility method registered.
6
7