Is there an RPG Dialogue plugin available for the Unity Game Engine?
Is there an RPG Dialogue plugin available for the Unity Game En开发者_开发技巧gine? Or maybe an RPG starter kit? My Unity game needs a dialogue engine of some kind. I'd rather not have to make it from scratch if I can avoid it.
There's a RPG kit in development which will feature everything you need for a RPG ...
More infos: http://gamingislove.blogspot.com/
Check this out: http://ninjaportal.com/NinjaPortal/UDE.html
Dunno if it is good enough but it should be enough to get you started :)
just to inform you: The RPG Kit has been released yesterday - it's called ORK, short for Okashi RPG Kit, you can find it at rpg-kit.com
I guess I'll throw this out there. Dialoguer is a pretty easy to use, easy to implement dialogue system for Unity:
- Asset Store Link
- Official Website
It lets you make dialogue trees with a node based editor
I am an author of this extension for Unity, it's called Dialogical:
http://u3d.as/kY0
It is not RPG specific, but it would fulfil all the needs of a complex dialogue tree you'd need in an RPG. It uses events to plug into your code, so that it can interact with any part of your game.
Features and screenshots: http://www.ennoble-studios.com/games/dialogical-unity-extension/
Try Fungus. It's a free open source plug in and it is also available on unity asset store.
精彩评论