Update details for version 1.62 Changes: New light asset. We added the unity light asset so you can now add extra lights to your scene. e.g. <hologram uri="Light" uid="A10" positionxyz="1.783,-0.589,5.575" color="255,255,255,255" type="spot" intensity="250" range="1" show="true" rotationxyzw="0,0.7071068,0,0.7071068"></hologram> Where [type] can be spot, point or area [Color] is the RGBA value of the light [show] sets the light on or off and should be set in script to true or false We also support the unity values for [Intensity] and [range] Hololens scene load sequence messages . Lots of work has been done to handle 2 or more HL working together to inform the secondary devices (anything other than the primary device running the load sequence) how many assets they are waiting for it to load when changing scenes. There is a new state of "Waiting for the s
Comments
Post a Comment