Asset Library / Knight
Knight Sprite Sheet — Design Sample
Steel helmet, teal cape, and enough courage for your next prototype.
Sheet specs
| Frame dimensions | 64 × 64 px |
|---|---|
| Frames | Loading… |
| Animation | Idle |
| Original artwork | 16 × 16 pixel design; integer-scaled |
| Background | Transparent (RGBA) |
| Reuse license | Pending confirmation |
From download to game
Import into Unity
- Export using the Unity option. Extract the PNG, .frames.json and SpriteAtlasImporter.cs. Requires Unity 2021.2+ with the 2D Sprite package.
- Place the C# helper in Assets/Editor and the matching PNG and .frames.json in the same Assets folder.
- Select the PNG and choose Tools → Import Sprite Atlas. The helper uses point filtering and bottom-center pivots.
- Drag the imported sprites into an animation. Inspect the resulting slices in Sprite Editor.