Demo Video:
Screenshots:
Summary:
- Generating 2d sprites from 3d animations.
- Very high performance 2d RTS (Real-Time-Strategy) system.
- Simple class design. Easy to inherit.
- Included source codes.
- Included documents, tutorial videos.
- Support fast.
Detail:
Generating 2d sprites from 3d animations:
・Included shadows. You can set shadow colour & alpha too.
・Generate all animations of a character by one click.
・Auto applying sprite pivot, sprite packing tag. Auto applying sprites to character prefabs.
・Support multi directions.
Very high performance 2d RTS system:
・Zero GC Alloc (0 byte / frame), for playing game smoothly.
・Use the best suitable sort-algorithm for sorting sprite-renderer orders to improve performance.
・Use only a manager to update all other game objects to improve performance for hundreds objects.
・Use Cache Manager to re-use game objects, avoid instantiating & destroying.
・Use build-in navigation system.
・Simple AI to control character states (idle / move / attack).
・Self sprite-animation-system for controlling everything with accuracy up to 0.01 second.
・Auto resolve traffic-jam problem of navigation system.
・Support moving character (troops), static characters (buildings).
・Support melee attack, target range attack, area attack.
- Tutorial video list ( still making more ): https://www.youtube.com/playlist?list=PLO6JOnPWYAu-6UMMmULXhdMsJpPCZU161
- Email support: anhpt.csit@gmail.com
_- Unity Asset Store URL: Unity Asset Store - The Best Assets for Game Making
Thank you for using SS2d !