2D Toolkit Forum
2D Toolkit => Support => Topic started by: atmuc on November 18, 2013, 03:53:35 pm
-
is it normal to use Mesh Renderer on Unity 4.3 2d System? so far i had no problem using mesh renderer but i wonder if i should use sprite renderer with new unity 2d system. will 2dtoolkit go on with mesh renderer?
-
2D Toolkit will move to a sprite renderer when Unity expose that functionality. For now, the only way to draw anything that isn't just a plain sprite (tiled, clipped, sliced, etc) in Unity 4.3 is using the mesh renderer. You can use unity sprites, or 2D Toolkit sprites in the same scene, but you can't interchange atlases yet. It is our plan to create Unity sprites automatically from a sprite collection when the required functionality is available in Unity.
Basically, we support all the Unity 4.3 function that is available to support right now. A lot of things are internal (e.g. updating a Sprite object) or in some other ways not supported.