Remove Collision Remove Shaders Remove Sprite Remove Texture
article thumbnail

How to get started with Unity Game Development – Tips & Tricks from iXie Experts

iXie gaming

Use asset stores wisely Unity Asset Store offers a wide range of free and paid assets, such as 3D models, textures, sound effects, and plugins. Custom shaders Gain control over your game’s visual style and performance by creating custom shaders. Be mindful of memory usage, especially on mobile platforms.

article thumbnail

Maintenance release: Godot 3.4.1

Mircosoft Game Dev

Import: Fix texture atlas generation when source sprite is larger than generated atlas ( GH-55094 ). Particles: Fix for double use of seed in random shader variables ( GH-55607 ). Physics: Fix test_move reporting collision when touching another body ( GH-54845 ). RichTextLabel: Fix right alignment regression ( GH-55439 ).

Tile 52
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Release candidate: Godot 3.4.1 RC 2

Mircosoft Game Dev

Import: Fix texture atlas generation when source sprite is larger than generated atlas ( GH-55094 ). Particles: Fix for double use of seed in random shader variables ( GH-55607 ). Physics: Fix test_move reporting collision when touching another body ( GH-54845 ). iOS: Capture and display xcodebuild output ( GH-54711 ).

Tile 52
article thumbnail

Release candidate: Godot 3.4.1 RC 3

Mircosoft Game Dev

Import: Fix texture atlas generation when source sprite is larger than generated atlas ( GH-55094 ). Particles: Fix for double use of seed in random shader variables ( GH-55607 ). Physics: Fix test_move reporting collision when touching another body ( GH-54845 ).

Tile 52
article thumbnail

Maintenance release: Godot 3.2.2

Mircosoft Game Dev

This drastically reduces drawcall-related bottlenecks and can give massive gains in specific scenarios (drawing lots of sprites, big TileMaps, text rendering). Top: 10,000 Sprites with a randomized modulate and position. Bottom: 8 layers of a screen full of "A"s with two Sprites intermixed. Can you spot the difference?

Debug 52
article thumbnail

Godot's 2D engine gets several improvements for upcoming 4.0

Mircosoft Game Dev

Additionally, all 2D shadows and light textures use a single atlas, resulting in improved performance. the new CanvasTexture texture type has been introduced. x is that, several times, sprites are separated in many nodes in order to be animated or assembled. Improved 2D materials. Using normal mapping in 2D was also hit or miss.

Engine 55
article thumbnail

Getting started with HaxeFlixel in 2021

Radiator Blog

The engine should be able to render and simulate 200+ lightweight game objects -- frame-animated sprites with simple collision, no fancy physics or shaders. Instead of MonoBehaviour, most of your scripts inherit from FlxSprite (or FlxNestedSprite if you need to parent sprites to each other) instead. and no WASM.)

Sprite 52