Remove Editing Remove Sprite Remove Texture
article thumbnail

Texture flushed when coming back from background

Cocos

Are you using a texture map or are they all individual images that’s moving in and out of cache could it be phone freeing up memory space while in background? I have not had this but I use Texture map one big image. ohh edit is it you need to say sprite->retain(); to keep it then you have to sprite->release();

Texture 52
article thumbnail

Godot Tactics RPG – 01. Intro & Setup

The Liquid Fire

Resources just feels like it should be things like 3d Models and Textures, but if you want to stick with the original, that’s fine. The first thing to download will be the sprites and textures from the original tutorial. 02_TacticsRPG_Textures.zip Unzip the folder and move Dirt.png into the Textures folder.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Top Tools and Software for Creating Visual FX in Games

iXie gaming

With the right tools, you can turn simple sprites into stunning displays of art and movement. Other Specialized 2D Tools Pyxel Edit For games that use retro pixel art, Pyxel Edit is a must-have tool. TexturePacker Optimizing sprite sheets is important for better performance, especially on mobile devices.

article thumbnail

Full Unity 2D Game Tutorial 2019 – Making Mini Map Mask

Game Development

To do that we will edit the spaceship sprite by clicking on it in the project window. Then set the pixels per unit to 64 and click apply to update the sprites. So we need to edit those as well. So we need to edit those as well. Select the player object and edit the collider so it is now 0.2

Texture 52
article thumbnail

Making shaders more accessible

Mircosoft Game Dev

To explain the idea of how shaders work, let's consider a very simple shader for drawing a sprite to the screen. Our sprite is 32x32 pixels in size, and it must be drawn at some position. The following OpenGL code sends the sprite to the shader for drawing: OpenGL Commands. As you can see: Vertices / UVs are sent via attributes.

Shaders 52
article thumbnail

Annoying feature/bug?

Cocos

Whenever I attach them to a material, and then a sprite in the engine, I can see them moving in the editor as expected. Sorry to litter up the forums with a question like this but I couldn’t find anything about it anywhere online… So… I have made some shaders that use time to essentially animate themselves.

Bug 40
article thumbnail

Godot gets a brand new animation editor (with cinematic support)

Mircosoft Game Dev

Animation editing was one of the first distinctive Godot features. Changing sprite textures, colors, animation frames, calling functions, playing animations in other animation players, playing sounds, etc. The new code is more modular, and allows extending track editing to show custom visualization. A bit of history.