{"id":119516,"date":"2024-08-16T15:43:01","date_gmt":"2024-08-16T13:43:02","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-otkrytogo-igrovogo-dvizhka-godot-4-3"},"modified":"2026-02-15T22:30:50","modified_gmt":"2026-02-15T20:30:50","slug":"vypusk-otkrytogo-igrovogo-dvizhka-godot-4-3","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-otkrytogo-igrovogo-dvizhka-godot-4-3","title":{"rendered":"Release of the open game engine Godot 4.3","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>After eight months of development, the release of the free game engine Godot 4.3 has been published, suitable for creating 2D and 3D games. The engine supports an easy-to-learn scripting language for game logic, a graphical environment for game design, one-click game deployment, extensive animation and physics simulation capabilities, a built-in debugger, and a performance bottleneck detection system. The source code for the game engine, game design environment, and associated development tools (physics engine, audio server, 2D\/3D rendering backends, etc.) is distributed under the MIT license.     <\/p>\n<p>The source code of the engine was opened in 2014 by OKAM studio after ten years of developing a professional-grade proprietary product that was used to create and publish many games for PC, gaming consoles, and mobile devices. The engine supports all popular desktop and mobile platforms (Linux, Windows, macOS, Wii, Nintendo 3DS, PlayStation 3, PS Vita, Android, iOS, BBX), as well as web game development. Ready-to-run binary builds have been created for Linux, Android, Windows, and macOS.     <\/p>\n<p>Key Changes:  <\/p>\n<ul>\n<li class=\"l\"> Experimental built-in support for the Wayland protocol has been added on Linux and BSD systems.\n<li class=\"l\"> New resources AudioStreamInteractive, AudioStreamPlaylist, and AudioStreamSynchronized have been added, allowing for dynamic musical accompaniment that changes depending on the context in the game.\n<li class=\"l\"> Interpolation has been added for simulating physical processes in two-dimensional space, creating additional frames for rendering intermediate states between the current and next positions of an object, making the output smoother on high-refresh-rate screens and low-power devices.\n<li class=\"l\"> The visual shader editor has been completely revamped and is now better suited for working with large and complex shader graphs. To enhance information visibility, nodes are now colored based on their category, and more noticeable colors are used for node connections. Two new types of nodes have been added \u2014 'reroute' and 'frame' \u2014 to simplify the movement and visual emphasis of nodes.      <center>  <video controls=\"\" style=\"width: 700px; height: 400px; max-width:100%\"><source src=\"https:\/\/godotengine.org\/storage\/releases\/4.3\/video\/visual-shader-overhaul.webm\" type=\"video\/webm\"><\/video>  <\/center>\n<li class=\"l\"> The flexibility of working with layers has been increased. A new TileMapLayer node has been added to simplify layer addition. Previously created TileMap nodes can be transformed into TileMapLayer nodes with a single click in the editor.       <center>  <video controls=\"\" style=\"width: 700px; height: 400px; max-width:100%\"><source src=\"https:\/\/godotengine.org\/storage\/releases\/4.3\/video\/tilemaplayer.webm\" type=\"video\/webm\"><\/video>  <\/center>\n<li class=\"l\"> Support for exporting applications for the Web, running in single-threaded mode, has been restored. Single-threaded applications are more <a href=\"https:\/\/prohoster.info\/en\/ssl-sertifikat\/rapidssl-wildcard\/\"  data-wpil-monitor-id=\"3322\">compatible with browsers<\/a> and do not require complex server support.\n<li class=\"l\"> Performance optimization in multithreading has been implemented. Changes have been made to reduce the likelihood of deadlocks. The reliability of multithreaded resource loading has been increased.\n<li class=\"l\"> A new SkeletonModifier3D node has been added to the skeletal animation tools, simplifying the organization of joint movements using scripts. New options for importing skeletal animations in fbx format have been added. The animation control interface now supports selection, copying, pasting, and duplicating keyframes.      <center>  <video controls=\"\" style=\"width: 700px; height: 400px; max-width:100%\"><source src=\"https:\/\/godotengine.org\/storage\/releases\/4.3\/video\/keyframes.webm\" type=\"video\/webm\"><\/video>  <\/center>\n<li class=\"l\"> The ability to automatically split navigation grids into separate parts has been added, simplifying work on projects that contain large game worlds while reducing memory consumption and increasing performance. The splitting can be configured through boundary and size definitions using new properties in NavigationPolygon (2D) and NavigationMesh (3D) resources.        <center>  <video controls=\"\" style=\"width: 700px; height: 400px; max-width:100%\"><source src=\"https:\/\/godotengine.org\/storage\/releases\/4.3\/video\/navigation-chunks.webm\" type=\"video\/webm\"><\/video>  <\/center>\n<li class=\"l\"> The editor has been enhanced with built-in support for importing fbx files, eliminating the need for third-party converters. There is now an option to move the file system access panel to the bottom of the screen, allowing for more free space to view files.              <center>  <video controls=\"\" style=\"width: 700px; height: 600px; max-width:100%\"><source src=\"https:\/\/godotengine.org\/storage\/releases\/4.3\/video\/filesystem-editor-bottom.webm\" type=\"video\/webm\"><\/video>  <\/center>\n<li class=\"l\"> The project manager interface has been redesigned to provide direct access to editor settings such as language, theme, scaling level, and networking mode. A component for checking for updates has been added.    <center><img decoding=\"async\" alt=\"Release of the open game engine Godot 4.3\" src=\"\/wp-content\/uploads\/2024\/08\/d14a0b9e9c4810be655af758d1e6201e.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> A new Parallax2D node has been added, simplifying the creation of a depth illusion in 2D games through the movement of background elements at different speeds.\n<li class=\"l\"> The rendering system has introduced preliminary support for mixing alpha channels in 3D shaders, allowing for the creation of more realistic flame and firework effects. An API for controlling effects during compositing has been added, enabling the integration of custom code to alter rendering logic (for example, it can be used to create motion blur effects). Fog generation capabilities have been expanded, allowing for the specification of where fog begins and when it becomes fully opaque. The 'Compatibility' rendering backend has been significantly refined.      <center>  <video controls=\"\" style=\"width: 700px; height: 400px; max-width:100%\"><source src=\"https:\/\/godotengine.org\/storage\/releases\/4.3\/video\/premultiplied-alpha.webm\" type=\"video\/webm\"><\/video>  <\/center>\n<li class=\"l\"> The architecture of the RenderingDevice object has been updated, and support for directed acyclic rendering graphs has been added, allowing for optimized command transmission to the graphics API, which demonstrates a 5-15% increase in frame rates without modifying the 3D scene.\n<li class=\"l\"> A new rendering driver utilizing Direct3D 12 has been added.\n<li class=\"l\"> GDScript now offers the ability to reduce code size during export through cleaning, packing, and obfuscation. A new operator 'is not' has been introduced (for example, 'if my_node is not Node3D:'). The editor has enhanced code autocompletion features.\n<li class=\"l\"> Enhanced capabilities for creating games for virtual reality headsets using OpenXR and WebXR have been introduced. Support for the Meta XR Simulator has been added.    <center><img decoding=\"async\" alt=\"Release of the open game engine Godot 4.3\" src=\"\/wp-content\/uploads\/2024\/08\/7138226e20adb3f2f55d0ef06b33a456.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Web games have improved audio quality and the ability to display a splash screen.            <\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=61716\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u043e\u0441\u043b\u0435 \u0432\u043e\u0441\u044c\u043c\u0438 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 Godot 4.3, \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f 2D- \u0438 3D-\u0438\u0433\u0440. \u0414\u0432\u0438\u0436\u043e\u043a \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0434\u043b\u044f \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044f \u044f\u0437\u044b\u043a \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0438\u0433\u0440\u043e\u0432\u043e\u0439 \u043b\u043e\u0433\u0438\u043a\u0438, \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0441\u0440\u0435\u0434\u0443 \u0434\u043b\u044f \u043f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0438\u0433\u0440, \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0440\u0430\u0437\u0432\u0451\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u044f \u0438\u0433\u0440 \u0432 \u043e\u0434\u0438\u043d \u043a\u043b\u0438\u043a, \u0448\u0438\u0440\u043e\u043a\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u0438 \u0438 \u0441\u0438\u043c\u0443\u043b\u044f\u0446\u0438\u0438 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432, \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u043e\u0442\u043b\u0430\u0434\u0447\u0438\u043a \u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u0443\u0437\u043a\u0438\u0445 \u043c\u0435\u0441\u0442 \u0432 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438. \u041a\u043e\u0434 \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":119517,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-119516","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0432\u043e\u0441\u044c\u043c\u0438 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 Godot 4.3, \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f 2D- \u0438 3D-\u0438\u0433\u0440.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-otkrytogo-igrovogo-dvizhka-godot-4-3\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0412\u044b\u043f\u0443\u0441\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 Godot 4.3 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0432\u043e\u0441\u044c\u043c\u0438 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 Godot 4.3, \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f 2D- \u0438 3D-\u0438\u0433\u0440.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-otkrytogo-igrovogo-dvizhka-godot-4-3\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-08-16T13:43:02+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-02-15T20:30:50+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Release of the open game engine Godot 4.3 | ProHoster","description":"After eight months of development, the release of the free game engine Godot 4.3 has been published, suitable for creating both 2D and 3D games.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-otkrytogo-igrovogo-dvizhka-godot-4-3","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0412\u044b\u043f\u0443\u0441\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 Godot 4.3 | ProHoster","og:description":"\u041f\u043e\u0441\u043b\u0435 \u0432\u043e\u0441\u044c\u043c\u0438 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 Godot 4.3, \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f 2D- \u0438 3D-\u0438\u0433\u0440.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-otkrytogo-igrovogo-dvizhka-godot-4-3","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2024-08-16T13:43:02+00:00","article:modified_time":"2026-02-15T20:30:50+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"119516","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-02-15 20:31:56","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 05:59:19","updated":"2026-02-15 20:31:56","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/119516","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=119516"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/119516\/revisions"}],"predecessor-version":[{"id":161186,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/119516\/revisions\/161186"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/119517"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=119516"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=119516"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=119516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}