Releases / v0.75.0

v0.75.0 Own Look

2026-08-22 Engine Latest

A part of a model can finally wear its own shader, two Inspector panels stay fully on screen instead of running off the edge, and the shader language picked up the math vocabulary other engines already have.

A part's own shader actually draws now

Giving one part of a model its own material — the override button next to a part in ◑ Model materials, or ◑ Override material for this object in the Inspector — let you pick a custom shader for it, but the shader never took effect: the part kept its plain material look no matter what was set, and the shader panel got stuck reading "compiling…" forever. A part's own shader now compiles and draws correctly, independently of whatever shader (if any) the rest of the model is wearing — so one arm can be glass while the rest of the character stays ordinary.

Sliders stay inside the panel

A slider with a caption — bounce, friction, radius, and dozens more across the Inspector — could draw its label past the edge of a narrow panel instead of shrinking to fit, most visible in the Rigidbody component's stack of sliders. Captions now shrink to an ellipsis before they'd run off the side, the same way every other label in the Inspector already does.

New shader math: lerp, remap, rotate, refract

The shader graph and the .flsl language gained five functions: lerp (the same blend mix already did, under the name most people reach for first), inverseLerp and remap for turning one range of values into another — health into a fade, distance into brightness — rotate2D for spinning a UV or a point without hand-building the matrix, and refract alongside the existing reflect for bending a ray through a surface.

Upgrading

Nothing to do.

Floptle Hub

Linux x86_64 7.5 MB Download → sha256 2b2470f9df7e61d5c5f6ddef6023bf64163f457b57d2b99c7f2872d57eaa0bee
macOS Apple Silicon 5.7 MB Download → sha256 af29982ce32d45246ebb475398cb02990334e61006c13dc1c172435cc9ea064b
macOS Intel 6.2 MB Download → sha256 e2c17e822016075e2f878dcd2c040a96496e0a3209d2299a4d7b34963628789d
Windows x86_64 7.1 MB Download → sha256 1cd1e99f1b66a3fe8b05f0e2cbeb7b124da20891ac78da462f1ab1edc56918e6

Engine

Linux x86_64 20.7 MB Download → sha256 b96ee733ebcbd28a8a00c4df82d80df18980380666e1c0339500775b2007aa76
macOS Apple Silicon 16.7 MB Download → sha256 285bbcb12d1c5a03b28a67deb19e748f4c34e603bb350b0a51ed011032be3acc
macOS Intel 18.1 MB Download → sha256 290329c8d454f965a155e283193c6c08c11d4e7bfaf5728bbb396dc6db303b15
Windows x86_64 20.5 MB Download → sha256 d7c197262fb7f4a2bd20448c07eb1ec331ea5fb9a3e821ff463304b0d5883449

The binaries are not signed yet. On macOS, right-click the app and pick Open the first time. On Windows, if SmartScreen appears, pick More info then Run anyway.