visage|SDK allows easy integration with Unity 3D game engine using VisageTrackerUnityPlugin and VisageAnalyserUnityPlugin, wrappers that expose VisageTracker's and VisageFaceAnalyser's functionalities for use in managed programming languages such as C# and Java.
In order to use visage|SDK in your own Unity project, libraries and selected data files need to be included. Unity sample application VisageTrackerUnityDemo is provided in visage|SDK as ready-to-build project with all necessary dependencies and can be used as a reference.
Following steps are required to integrate visage|SDK in your own project:
Pre-build step:
Post-build step:
<body>
<div class="webgl-content">
<div id="gameContainer" style="width: 960px; height: 600px"></div>
<div class="footer">
<div class="webgl-logo"></div>
<div class="fullscreen" onclick="gameInstance.SetFullscreen(1)"></div>
<div class="title">visagetrackerunitydemo</div>
</div>
</div>
<script src="../../lib/visageSDK.js"></script>
</body>