Bricks
When replacing sprites take a look at the original size of the texture and the pixels per unit setting and if the sprites are sliced or not.
To replace the brick sprites, delete the existing ones under Assets / QuietCraft / Breakout / Textures / Bricks and replace them with files that have identical names and format.
Manual Replacement
To change the brick sprites manually find the brick prefab under Assets / QuietCraft / Breakout / Prefabs / Brick and double click to open it.
Change sprite on sprite renderer component to your custom sprites for each gameobject.
Brick
Damage
Destroyed
Assign Destroyed sprites to BrickDestroyTween component on Brick parent gameobject.
To change available brick colors and brick type sprites, find BrickVisualsData scriptable object under Assets / QuietCraft / Breakout / Resources / Data
Changing or removing normal bricks colors will change existing stages brick colors.
Last updated