#plugin #unity #gtk

screen-selector

A reimplementation of Unity’s ScreenSelector.so plugin, using GTK 4

2 releases

0.1.1 Jul 21, 2021
0.1.0 Jul 21, 2021

#1845 in Game dev

GPL-3.0-only

23KB
408 lines

ScreenSelector.so

crates.io docs.rs License Join the XMPP chat at screen-selector@muc.linkmauve.fr

A Unity plugin replacing the proprietary ScreenSelector.so.

It is built using GTK 4, and released under the GNU GPL 3.0 only license.

Once built, you should rename the shared object to ScreenSelector.so, and either drop it in your game’s plugins directory, or install it system-wide and symlink it in each game you want to use it in.


lib.rs:

A Unity plugin replacing the proprietary ScreenSelector.so.

It is built using GTK 4, and released under the GNU GPL 3.0 only license.

Once built, you should rename the shared object to ScreenSelector.so, and either drop it in your game’s plugins directory, or install it system-wide and symlink it in each game you want to use it in.

Dependencies

~0–3.5MB
~81K SLoC