This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
Fix performance issue, set button text and set spark cost
This release includes the following improvements:
- Fixes an performance issue that caused noticeable frame drops for desktop and Unity editor builds when sending outgoing commands.
- The ability to set button text. For example:
MixerInteractive.Button("giveHealth").SetText("giveHealth " + "(3)");
- The ability to set the spark cost. For example:
MixerInteractive.Button("giveHealth").SetCost(30);
- Includes more of the code as source for easier debugging. Now only a small portion of the code is in DLLs (a small amount of C code necessary to support certain platform-specific features).