Advertisement · 728 × 90

Posts by Paweł Łyczkowski

Post image

Battlefield 6 will use customized #GodotEngine for it's Portal mode map/ruleset creation : O

8 months ago 5 0 0 0
Post image

Here's the shader for the trail material:

1 year ago 0 0 0 0
Video

Added a 3d trail system to my game project 🥳. For this one the texture is made in Substance Designer, horizontally seamless, and the shader uses a simple noise added to the UV's to simulate smoke movement. The hit uses a flipbook. #GodotEngine #realtimeVFX

1 year ago 6 1 1 0

What happened to Ctrl-LMB on method to jump to it in #GodotEngine? It now opens documentation for that method instead. How do I jump to method now?

1 year ago 2 0 1 0

Yup, DOTS is perfect for boid simulations. I mostly mimicked the boids demo from the unity team, heavily reworked to fit our needs.

1 year ago 1 0 1 0

I'm surprised how good we made it look with the Universal Render Pipeline. With simple techniques but tuned well and quality assets our look rivals graphics that use much more expensive methods.

1 year ago 0 0 0 0

Unity Data Oriented Technology Stack reached 1.0 status in the middle of the project, and it's docs were in flux before that, but in the end it was a very good idea to go with it - it gives unparalleled performance, even though it makes development harder.

1 year ago 1 0 1 0
Advertisement

I did all of the C# programming in the project, static environment asset work, shading and post-effects and current 'level' design, Mike did the project management, look-dev, some shader work, and Pietro did the flora and fauna assets and the fauna vertex animation graphs.

1 year ago 0 0 1 0
Post image Post image Post image Post image

Here's what I've been working on professionally for almost 2 years now with @themikepan and @dichitoarch. Ocean Viz 3 is a marine life and environments visualization system build in Unity using DOTS github.com/Official-EwE...

1 year ago 13 3 2 0
Preview
Structed's Blog - Announcing godot-playfab 1.3.0 godot-playfab 1.3.0 - Now with Steam Login

Announcing godot-playfab 1.3.0 - Now with Steam Login!
Now available on the AssetLib, Itch and GitHub.

Thanks to:
- TheDedemon for the Steam Login implementation!
- MikeSchulze for GDUnit and the Runner action!
- @coaguco.bsky.social for GodotSteam!

blog.structed.me/posts/godot-...

1 year ago 7 4 1 0
Preview
Putting a CanvasGroup node inside another CanvasGroup node makes it not visible · Issue #74175 · godotengine/godot Godot version v4.0.stable.official [92bee43] System information Windows 10 Issue description Putting a canvas group node inside another one makes it invisible. Removing it will also make it stuck i...

github.com/godotengine/...

1 year ago 0 0 0 0

Ok, I found my problem. You can't have those nested. The nested ones will show as white rectangles

1 year ago 0 0 2 0

Control does inherit from CanvasItem though, so maybe I ran into a bug since I'm on 4.4 dev 5...

1 year ago 0 0 1 0
Post image

#Godot question: Am I correct in thinking that a CanvasGroup with Control nodes as children is not supposed to work, since they don't inherit from Node2d? The documentation for CanvasGroup could be clearer - "Merges several 2D nodes into a single draw operation."

1 year ago 3 0 1 0

Both Blender and Godot are on the same version now. This makes it a rare moment when you can open blender projects in Godot and vice versa

1 year ago 13 2 0 0
Advertisement

Is it me or are is text more blurry here at @bsky.app ?

1 year ago 0 0 1 0
Deleting elements from Enum that is used in an export var creates inconsistencies

Deleting elements from Enum that is used in an export var creates inconsistencies

Hey #GodotEngine people, how do you deal with this problem? ->

1 year ago 3 0 1 0