Results 64 issues of Ben Kuper

This PR adds virtual keyword to relevant functions in the Viewport class so it can be used as a base class to create custom behaviour. The use case for making...

This adds a property line for adding embedded frameworks for xcode exporters from a custom juce module header file. The JUCE Module Format documentation is also updated inside this PR

Hello, I've come accross a very strange bug that I can't wrap my head around.. I'm working on this software : http://benjamin.kuperberg.fr/chataigne that is able among other things, to send...

Hello, could it be possible to have the xcode project have a static library exporter ? Frameworks are not so nice to work with in some cases (trying to implement...

enhancement

This modification adds a function to open a port by giving its VID and PID. It will open the first port with the given vid and pid, allowing for easy...

Hello, When building an app, I get several compiler errors, mainly due to calls to EditorApplication that should be guarded between #if UNITY_EDITOR But even with those fixes, it eventually...

Is there already a way to integrate it through the package manager ? That would be super useful :)

enhancement

Hey, thank you for this ? Is there a receiver somewhere or is the plugin only sending ?

enhancement

Hello, thank you for this very useful tool ! FYI, I'm using 2021.2.16f1 with HDRP and it's working perfectly. I would like to add shift support to have non-centered projection....

This line in Server::poll() `mg_iterate_over_connections(server, iterate_callback, &current_timer);` is sending packet to all websockets connection in a loop, which doesn't seem right. I tested other websocket libraries and this behavior is...