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.
The app seems to record all universes to the binary DMX file (48 in my case) but only plays back 32 of them:
Unity_ArtNetRecorder/Assets/Scripts/Core/Application/ArtNetPlayerApplication.cs
Line 103 in 85d473f
Should be a simple fix as the number of required universes is known.