Hacker News new | ask | show | jobs
by asou 2093 days ago
Can you make an official Unity plugin.

This looks interesting, but I'm too lazy to venture beyond Unity in my game Dev journey

1 comments

You don't need a Unity plugin. Just use LEd, export to JSON, and have a unity script read in the level as JSON and populate the scene.

The beauty of this is that it is completely engine agnostic.

Shouldn't be too hard when I think about it , if I write my own unity integration I'll open source it .