Your next Unity is not a Unity...
DearEditor is a PySide6 based runtime-free game engine editor.
The aim of DearEditor is to create an open and unite editor solution for all engine runtime(especially in-house engines).
This project has only been developed and tested in python version 3.9.9.
Other compatible versions may be fine theoretically though...
Stick on this version could help to keep away from annoy issues.
> pip install -r requirements.txt
or simply (need config project first)
> dear install
> pip install pyobjc-framework-Cocoa
- Add
<your-path>/DearEditor/bin
into environment variablepath
. - Find
<your-path>/DearEditor/bin/dear
file (dear
for MacOS, anddear.bat
for Windows). - Modify
idedir
andpybin
path in dear file with your actual path.
use ↓
> dear
to see welcome and usage info.
use ↓
> dear ide
to raise dear editor ide.
use ↓
> dear list
to check all available commands.