Sander van Rossen
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...
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...
It's useful to be able to rotate your view while extruding when the extrusion direction is aligned with the camera.
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...
Think "drag from surface over other surfaces" where materials are copied and UVs are automatically stitched together
See title. Hardest part is probably icon design, and where to place it
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...
"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...