Skip to content

Latest Changes

Simon edited this page Aug 12, 2020 · 4 revisions

The latest version of UniCAVE includes the following changes:

  • Unity Package Manager support! Using Unity version 2019.3 or newer, UniCAVE can be imported as a package into another Unity project. See the package installation page for more details. Using Unity 2019.1 or 2019.2 should work, but has not been tested.
  • All UniCAVE scripts have been added to the new UniCAVE namespace.
  • All UniCAVE scripts have custom icons for easier identification.
  • Machine names are now based on Unity ScriptableObjects. This will hopefully make machine names more efficient and less error-prone. See the machine name page for more details.
    • String-based machine names are now deprecated. Any projects using string-based machine names will still work, but it is recommended to update to MachineName assets instead.
    • Several UniCAVE scripts have had their public machine name fields renamed, to support both string-based and asset-based machine names. These scripts are:
      • NetworkInitialization
      • PhysicalDisplay
      • PhysicalDisplayManager

Clone this wiki locally