Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SandroWeber/ubii-node-unity3D

Repository files navigation

Unity3D client for Ubi-Interact

Unity Package

Import "ubii.unitypackage" to get all scripts and plugins. Create a gameobject and attach Scripts/ubii/client/UbiiClient.cs as your client connection to the UBII backend.

How to use

  • from Unity3D editor, choose Menu -> Assets -> Import Package -> Custom Package... and select ubii.unitypackage from this repository
  • In the scene, have an object with the UbiiNode.cs script attached - e.g. an empty object called "UbiiNode"
  • in the script's configuration, change Service and TopicData URLs according to master node configuration. IMPORTANT: service communication over HTTP(S) only works with the ".../binary" endpoint for now under C#

Example Unity project

Open one of the scenes under /Ubi-Interact-Client/Assets/ubii/scenes/

Update dependencies (only necessary if message definitions are outdated)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages