Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Looking for DragonBones Design Panel compatible with the Unity libs (v 2.3)

Discussion in '2D' started by BenoitFreslon, Sep 7, 2015.

  1. BenoitFreslon

    BenoitFreslon

    Joined:
    Jan 16, 2013
    Posts:
    163
    Hello,

    I will finally use Unity to port my Flash game but the library of DragonBones is too old and not compatible with the 3.0.1 design panel and DragonBones pro 4.1.1

    http://dragonbones.github.io

    GitHub Unity libs
    https://github.com/DragonBones/DragonBonesUnity

    The library requires the 2.3 DATA version

    Code (CSharp):
    1. public const string DATA_VERSION = "2.3";
    2. public const string VERSION = "2.4";
    3. public const int VERSION_NUMBER = 2400;
    4.  
    Thanks