Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
U

unifree

> 编程语言
Open source

Migrate Unity projects to other engines! :warning: This is an early prototype! :warning: This project is being actively developed and it is…

1.4K stars0 likes0 views
WebsiteGitHub

About

Migrate Unity projects to other engines! :warning: This is an early prototype! :warning: This project is being actively developed and it is…

Migrate Unity projects to other engines!

:warning: This is an early prototype! :warning:

This project is being actively developed and it is not stable yet! It is currently recommended you either wait, or migrate manually.

:mag: Your feedback is crucial!

If you encounter any issues during importing, please open an issue on this repository — it is vital for the success and improvement of this project.

You can use this tool to help aid migration by providing you with a base, but you will have to modify a lot of code yourself. Please do not under any circumstance expect help regarding this tool from any Godot or Unreal Engine Discord server (join our server instead!) And please don't correlate any bad experience you have while using this tool to "Godot/Unreal sucking and being broken", both engines are very stable and game-ready; This is not an official project for either of those engines, this is a community effort.

Godot Engine

If you wish to migrate manually to Godot: YouTube migration guides, Godot docs (very helpful!), Discord server (for any burning questions you can't find answers to online)

These other tools would also be very helpful!:

  • UnityGLTF (Unity 3D models to Godot models)
  • Unidot Importer and UnityPackage Godot (Unity assets to Godot assets) (some of these projects may be merged into Unifree, but are not currently)

Unreal Engine

If you wish to migrate manually to Unreal Engine: helpful UE tutorials, Unreal Engine docs (very helpful!), Semi-official Discord server (for any burning questions you can't find answers to online)

Other engines (Cocos, Stride, etc)

Search up a tutorial on YouTube, view the docs, and join your engine's Discord server or subreddit for any questions! These engines are not currently supported by this tool, as we have a lot more to work on. But support may be added sometime in the future. We are currently focusing on Godot, as well as Unreal.

Features

  • Scan source project and detect files eligible for migration
  • Use ChatGPT to translate .cs files into Godot scripts and Unreal 3D classes. Here is how sample translation looks:
…

Installation and Usage

launch.sh (or launch.bat on windows) is the main script that downloads Unifree code, installs a python virtual environment, installs dependencies and launches the main program (unifree/free.py). It accepts following parameters:

Key Description
<your_openai_api_key> How to get an OpenAI API Key
<config_name> Name of the migration. Currently supported: godot, godot-huggingface, godot-mono, unreal
<source_project_dir> Absolute path of the project to migrate
<destination_project_dir> Absolute path of where results should be written

macOS

brew install git python3
curl -0 https://raw.githubusercontent.com/ProjectUnifree/unifree/main/launch.sh | bash
OPENAI_API_KEY=<your_openai_api_key> ./launch.sh <config_name> <source_project_dir> <destination_project_dir>

Windows

Install Git for Windows https://git-scm.com/download/win, then run:

git clone https://github.com/ProjectUnifree/unifree
cd unifree
launch.bat <your_openai_api_key> <config_name> <source_project_dir> <destination_project_dir>

Ubuntu/Debian

sudo apt install git python3 python3-venv
curl -0 https://raw.githubusercontent.com/ProjectUnifree/unifree/main/launch.sh | bash
OPENAI_API_KEY=<your_openai_api_key> ./launch.sh <config_name> <source_project_dir> <destination_project_dir>

Call To Action

:wave: Join our Discord server for a live discussion!

We are actively seeking contributors. If you are familiar with Unity, Godot, Cocos Creator or any other engines, help us!

Here is what we need help with:

Asset Migration

  • :exclamation: :exclamation: Migrate Unity assets to Godot
  • :exclamation: :exclamation: Migrate Unity assets to Cocos Creator
  • What other engines should be implemented?

Source Migration

  • Experiment with ChatGPT prompts for better code translation
  • Add prompts/configs to migrate to Cocos Creator
  • What other engines should be implemented?

Framework

  • :exclamation: Step-by-step console based migration wizard
  • :exclamation: More edge case handling
  • Architecture review and improvements

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Python

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言