Unity_ArtNetRecorder
Unity_ArtNetRecorder copied to clipboard
Playback is limited to 32 universes
The app seems to record all universes to the binary DMX file (48 in my case) but only plays back 32 of them:
https://github.com/kodai100/Unity_ArtNetRecorder/blob/85d473f56562836e5bbfbb447ed77b26f556600c/Assets/Scripts/Core/Application/ArtNetPlayerApplication.cs#L103
Should be a simple fix as the number of required universes is known.