387
edits
| Line 73: | Line 73: | ||
| ===Setting up the Sprites in your Scene=== | ===Setting up the Sprites in your Scene=== | ||
| <br><br> | |||
| [[File:unity10.png|500px]] | [[File:unity10.png|500px]] | ||
| [[File:unity12.png|500px]] | [[File:unity12.png|500px]] | ||
| [[File:unity3.png|500px]] | [[File:unity3.png|500px]] | ||
| [[File:unity15.png|500px]] | [[File:unity15.png|500px]] | ||
| <br><br><br><br> | |||
| You can now simply drag your sprite from the Assets Folder into your Unity Scene and it will automatically create an "animation controller" and an "animation" of your sprite.<br> As default the Animation will be stored as a loop. | You can now simply drag your sprite from the Assets Folder into your Unity Scene and it will automatically create an "animation controller" and an "animation" of your sprite.<br> As default the Animation will be stored as a loop.<br> | ||
| By pressing play your character should now play the animation you first created in "aseprite". Now your object needs a "Rigidbody" and a "Box Collider" so it can behave as a physics Object. | By pressing play your character should now play the animation you first created in "aseprite". Now your object needs a "Rigidbody" and a "Box Collider" so it can behave as a physics Object.<br><br><br><br> | ||
| ===Create the Stage=== | ===Create the Stage=== | ||
edits