Skip to content

the6th/StartupScene-for-Academy-240-on-HoloLens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Holograms 240 Add-on.

Anytime you can change sharing settings on your HoloLens.

Overview

Holograms 240 is a sample project to learn how to develop a HoloLens sharing application on Unity. it is good sample,but we must build application every time only to change server information (network-ip and port).

This Add-on contain a simple scene to change server information using Air-Tap. This add-on will save your time.

Start up scene

How to use

  1. Open Holograms 240 project as ever.
  2. Open \Assets\HoloToolkit-Sharing-240\Sharing\Scripts\SharingStage.cs,and add follow 2 lines on Awake method.
ServerAddress = PlayerPrefs.GetString("host");
ServerPort = int.Parse(PlayerPrefs.GetString("port"));
  1. Import this add-on on your Assets folder.(unitypackage is here)
  2. Open littlewing\StartUp.scene on Unity Editor.
  3. Add StartUp scene as first scene.(File -> Build Settings -> Scenes in Build)
  4. Build & Deploy and Run.

License

MIT License.

About

Anytime you can change sharing settings on your Hololens. http://littlewing.hatenablog.com/entry/2017/03/10/162317

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages