OndrejNepozitek / Edgar-Unity

Unity Procedural Level Generator
https://ondrejnepozitek.github.io/Edgar-Unity/docs/introduction
MIT License
817 stars 70 forks source link

Do i need to purchase the pro version to add custom fields and color to each room in the graph editor? #78

Closed longtran2904 closed 3 years ago

longtran2904 commented 3 years ago

In your Enter the Gungeon example I saw you had the room script to inherited from the RoomBase class. I also found the RoomBase class was in the free version so can I add custom names and colors in the graph editor with the free version?

OndrejNepozitek commented 3 years ago

Unfortunately, it is not possible in the free version. Even though there exists the RoomBase class and you can inherit from it, it is not easily possible to use the custom room implementation in your level graphs.