Thomas van den Berg

Results 15 issues of Thomas van den Berg

### Sharing Allow users to share sketches by just dumping them to Gist or similar. Allow other users to **import** these sketches into their own sketch: `import gist/123456`. The imported...

Being able to not just color objects but texture them too would be really nice. LCL could have some 'stock' images included or load them from user-provided URL's. Basic patterns...

When using a really large tilemap, sometimes it would be nice to 'zoom in' to use just a part of that tilemap. I thought that's what "Margins" were for, but...

A keystroke to move the current line down or up would be incredibly useful for quickly reordering (todo) lists. Currently (outside of _Source Code Mode_) it is even hard to...

enhancement

When I put UniVSCode inside the "Editor" folder (because it's `using UnityEditor;` ). I get the following error: > 'Menu' does not contain a definition for 'SetChecked' If I put...

When creating a UI with multiple textinputs, the default behavior is for each textfield to stay selected after it's clicked. This often leads to the case where multiple textinputs receive...

Do you know what could be a possible reason for `SKELTRACK_IS_SKELETON` to fail? It seems my program never gets past the first call to that macro in `skeltrack_skeleton_track_joints_sync`. My setup...

For the data types I'd like to use on my nodes, I've set up a lot of CustomPropertyDrawers, but it seems that the inspector panel ignores those. I've tried changing...

First off, I _love_ this package and its philosophy, I've only just begun using it but having a generic visualization/editor for graph based data is just _amazing_. Unity should have...

In regards to: > TODO: smarter ways of doing for rate / fps limiting The code in this PR updates the way the `handleRequest` thread sleeps to attempt to keep...