Connect with us

Gaming Development

Move From Unity to Godot Engine in Seconds –


At present we’re going to have a look at how simple it’s to maneuver belongings from the Unity recreation engine to Godot in just some seconds. We not too long ago did a video showcasing how simple it’s to maneuver from Unreal Engine to the Unity engine utilizing the superb Unreal Engine to Unity Exporter. At present we’ll have a look at the identical course of for shifting from Unity to the Godot recreation engine through the use of UnityPackage recordsdata.

To perform this job, we’ll use a pair of open supply initiatives. The primary is unitypackage_godot by barcoderdev, whereas the second is unidot_importer by V-Sekai. You should utilize only one package deal or the opposite, though personally I discovered the unidot importer utilizing the unitypackage_godot customized construct of FBX2GLFT labored the perfect.

Steps are proven within the video beneath, however here’s a fast abstract.

First we clone the unitypackage_godot repository.

git clone https://github.com/barcoderdev/unitypackage_godot.git

This may create the bottom venture template with the importer godot venture in it. You’ll be able to rename this newly created folder to no matter you would like at this level (or go away it alone).

Now, relying in your platform, you’re going to want binaries of the custom build of FBX2gltf in addition to unitypackage_util. Binaries can be found for Home windows, Mac and Linux. For every one, extract the archive then copy executables into your newly created listing (unitypackage_godot in case you didn’t rename it).

Now import the newly created venture into Godot (Godot Mission Supervisor -> Import).

As soon as opened in Godot open up the file unity_godot_config.tres. Ensure the Unitypackage Util Path and FBX2glTF paths match the precise identify of the recordsdata you copied in ( they most likely barely completely different names, with the platform as a part of it, you possibly can both rename the recordsdata or change the identify within the settings to match. On Home windows be sure you included the .EXE extension, however not on Linux or Mac!)

You are actually able to go.

Open up essential.tscn (if it isn’t already). It’s situated within the scenes folder of unitypackage_godot.

Click on the play icon or hit F5 to run the scene. This may load the importer utility.

Now click on the Import UnityPackage button, then navigate to the file you want to import.

As soon as accomplished, your package deal shall be out there in a listing below the imports folder (that is configurable in unitypackage_godot_config.tres).

Alternate Possibility

The opposite possibility is to make use of the unidot_importer utilizing the modified FBX2glTF importer (that is my most well-liked technique).

To do that, first clone the unidot_importer repostitory

git clone https://github.com/V-Sekai/unidot_importer.git

Subsequent open the newly created unidot_importer folder and replica the complete contents.

Now in explorer or file browser, find your godot venture, open it, then within the root create a folder known as addons. Open the addons folder and create a folder known as unidot. Inside this folder paste the contents you copied earlier. The ultimate outcomes ought to seem like:

Now you’ll want to allow the add-on. Open Mission->Mission Settings… menu

Go the plugins tab, then allow the unidot plugin.

Lastly configure Godot to make use of the modified FBX2glTF asset importer. This may be completed through the Editor->Configure FBX Importer… menu

Now you possibly can execute the Unidot importer through the Mission->Instruments->Import Unity Package deal Menu…

Within the ensuing window, merely click on OK to import the complete venture. You’ll be able to choose particular person belongings to be imported if you want.

Key Hyperlinks

unitypackage_godot repository

unidot importer repository

Ultimate Unity Assets bundle from demo

Polygon Assets bundle from demo

Your complete technique of importing your recreation belongings from the Unity recreation engine to Godot is proven step-by-step within the video beneath.



Source link

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *