Sander van Rossen

Results 102 issues of Sander van Rossen

We have line rendering code that can render lines with a given thickness and optionally with dashes, but it's imperfect and can definitely be done better more efficiently and have...

enhancement
help wanted

Playmode can be configured to happen without domain reload. https://docs.unity3d.com/2020.2/Documentation/Manual/ConfigurableEnterPlayMode.html?_ga=2.163550143.2072409464.1602486995-1599613611.1548086235 The domain reload unloads all dlls and reloads them again, essentially resetting everything. It is also very slow. Attributes exist...

enhancement

It's useful to be able to rotate your view while extruding when the extrusion direction is aligned with the camera.

enhancement

Currently no care has been taken how the UVs of the generators are generated, so they don't really work well / look good. It would be nice to fix the...

enhancement

Think "drag from surface over other surfaces" where materials are copied and UVs are automatically stitched together

enhancement

See title. Hardest part is probably icon design, and where to place it

enhancement
good first issue

Chisel does a lot of shadow bookkeeping to figure out what needs to be updated where while trying to do as little work as possible. Unity 2020.2 introduced a new...

research

"Receive Shadows" option is not enabled when the camera doesn't support it, and it actually lies about it's current state. Unfortunately it IS used for mesh generation. Furthermore what if...

bug