- Home /
How to slice image into pixels and put formed image into game.
Hi,
I have managed to make a planetary gravity system, (which I just realised is coming out in Unity 5), which drags a player in realistically. What I would like the planet to do is to deform when hit by the player.
I tried to split a sprite into individual pixels but when I try and drag the sprite into the game it only moves the first pixel. What I would like it to do is to drag the whole sprite in to the game but still be split up into individual pixels.
What to I do?
Your answer
Follow this Question
Related Questions
Pixel art sprites look compressed in-game even with compression off 0 Answers
My Sprite Is not how it is supposed to be... 1 Answer
How to fix 2d sprites getting blurry when moving 0 Answers
Unity 2D Sprite not Showing up at Low Pixels Per Unit Setting Under Tight Mesh Type 1 Answer
Why are my spirtes getting extra pixels colored in? 1 Answer