article thumbnail

Developer Shares Building Fabrics, Ropes, And Soft Bodies

Cocos

Combined with the knowledge of the rendering, the texture is actually very close to the rendering vertex data. Everything depends only on custom vertex data. The 2D fabric After carrying the code as a whole and adding custom vertex data, you get a most basic 2D fabric effect. can all be achieved this way!

Build 98
article thumbnail

Maintenance release: Godot 3.5.1

Mircosoft Game Dev

stable: Android: Fix issue preventing the Android Editor from displaying the project content ( GH-64420 ). GUI: Fix color modulation of the grayscale glyphs in font with mixed color / grayscale data ( GH-64745 ) [regression fix]. Navigation: Exclude disabled StaticBody collisions from NavigationMesh baking ( GH-65775 ).

Baking 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.5.1 RC 2

Mircosoft Game Dev

stable: Android: Fix issue preventing the Android Editor from displaying the project content ( GH-64420 ). GUI: Fix color modulation of the grayscale glyphs in font with mixed color / grayscale data ( GH-64745 ). Navigation: Exclude disabled StaticBody collisions from NavigationMesh baking ( GH-65775 ).

Render 52
article thumbnail

Maintenance release: Godot 3.5.1

Mircosoft Game Dev

stable: Android: Fix issue preventing the Android Editor from displaying the project content ( GH-64420 ). GUI: Fix color modulation of the grayscale glyphs in font with mixed color / grayscale data ( GH-64745 ) [regression fix]. Navigation: Exclude disabled StaticBody collisions from NavigationMesh baking ( GH-65775 ).

Baking 40
article thumbnail

Breakout: Paddle

The Liquid Fire

Replace the contents of the script with the following code, and then save your script. SerializeField] float maxOffset = 1.5f; We start by adding a field named “maxOffset” This has a data type of float, and a default value of 1.5, Change the Rigidbody 2D “Body Type” to “Kinematic” Create The Script.

article thumbnail

Release candidate: Godot 3.5.1 RC 1

Mircosoft Game Dev

stable: Android: Fix issue preventing the Android Editor from displaying the project content ( GH-64420 ). GUI: Fix color modulation of the grayscale glyphs in font with mixed color / grayscale data ( GH-64745 ). Physics: Hack a hot fix for Bullet's collision margin regression ( GH-64875 ). Here are the main changes since 3.5-stable:

Bug 52
article thumbnail

Among Us VR dev talks about how to create immersive worlds

Game Analytics

Not only does it help your team manage the workload, but it means you can roll out more content to keep your players engaged later. If the frame rate drops too much, or there’s a problem with the floor collision, and you fall off the map, it can be extra bad for the player. It’s better to start small and then layer in more post-launch.

Dev 91