Remove Code Remove Texture Remove UX
article thumbnail

Dev snapshot: Godot 4.4 beta 1

Mircosoft Game Dev

Weve unified the code to make sure it works the same on both platforms, and weve fixed some bugs. You can now export typed dictionaries from scripts and benefit from a much improved Inspector UX to assign the right keys and values. Overall, texture importing should feel faster and more stable than ever before. Import 4.4

Beta 106
article thumbnail

Strategies for Optimizing Multiplayer Games in Unity

Logic Simplified

Use Compressed Textures : Textured images can be saved with lower resolutions while compressed formats such as ASTC and DXT1 and DXT5 reduce memory usage without quality reduction. Texture Atlasing combines multiple textures into one atlas to lower the number of texture switches that occur.

Games 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

Godot 3.4 is released with major features and UX polish

Mircosoft Game Dev

To simplify some of the most common constructs in input handling code for character movement, Aaron Franke ( aaronfranke ) added two new helper methods : Input.get_axis() and Input.get_vector(). Fixes depth sorting of meshes with transparent textures ( GH-50721 ). This makes it easier to support multiple keyboard layouts. normalized().

UX 52
article thumbnail

GSoC 2022 - Progress report #1

Mircosoft Game Dev

Like in previous years, Godot is participating again in the Google Summer of Code program for its 2022 edition. Here are the 3 projects/students with links to the relevant sections in this post: Refactor and UX updates of ColorPicker by Vitika Soni ( Vitika9 ). Multi window code editors by trollodel. UX updates.

article thumbnail

Dev snapshot: Godot 4.0 beta 3

Mircosoft Game Dev

See this demonstration made by MewPurPur : Improved ColorPicker UX ( GH-62910 ). Vitika Soni ( Vitika9 ) reworked the features and user experience of Godot’s ColorPicker during Google Summer of Code 2022. The second part of her work has just been merged, and should significantly improve the ColorPicker’s UX.

Beta 52
article thumbnail

Dev snapshot: Godot 4.0 beta 3

Mircosoft Game Dev

See this demonstration made by MewPurPur : Improved ColorPicker UX ( GH-62910 ). Vitika Soni ( Vitika9 ) reworked the features and user experience of Godot's ColorPicker during Google Summer of Code 2022. The second part of her work has just been merged, and should significantly improve the ColorPicker's UX.

Beta 52
article thumbnail

Ask a Game Dev - Untitled Article

Ask a Game Dev

Often writes the least code overall among the engineers, but the code she writes is also the most mission critical because she has the best understanding of how everything fits together. Writes shaders, writes scripts, works with code. Environment Artist : Models, textures, and places the stuff in the game levels.