- Added Graph prefab to Parallax Unity UI package.
- Updates to the UI wizard include element based creation of pages and page layouts. No need to even drag objects to the scene in Unity. 1.24.23
- Parallax Node-Red package added to npm/node-red pallet. Search for "parallaxcontrol" to install directly from node-red! 11.17.23
- DynamicDataArrayHandler script added to the Unity Plugin to support dynamic population of data fields from .net or node red. Allows programmer to set specific state of any element, and know which element of the list was interacted with by the user. 8.18.23
- UIScrollingListControl script added to Unity plugin to support duplication of custom prefabs. Instantiate new instances of the prefab in a vertical or horizontal layout from programming or from the script. 8.18.23
- MQTT communication integrated to support communication between touch-panel devices and control processor. Currently supports username/password authentication 8.18.23
- New custom Node-Red nodes now being added. Allows for visual flow-based logic programming in node red with minimal javascript required. 4.11.23
- Previously required Program.cs starter template for Unity removed
- Updated ParallaxControlLibrary to support .NET6
- New control system programming and user-interface programming documentation section added.
- Node Red Dashboard added, secured with username/password authentication.