ms9
Exposed spatial input actions to editor. Made it possible to use play-the-game mode on the HoloLens.
Added alpha channel background to the texture asset preview
More consistent naming of texcoord interpolators
It is now possible to point at a position in the editor and execute "Play From Here" (CTRL+SHIFT+F5 or from context menu). This will launch Play-the-Game mode and tell the active game state to use that position as the start position. Currently the fallback game state supports this by searching for a player-like object and relocating it. A custom game state could just create the player object at that position, e.g. from a known prefab.