# Unity3D support?

**URL:** https://discourse.kitware.com/t/unity3d-support/159
**Category:** Pulse Physiology Engine
**Created:** [September 16, 2018, 5:18pm UTC](https://discourse.kitware.com/t/unity3d-support/159 "2018-09-16T17:18:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Gyro18](https://discourse.kitware.com/letter_avatar_proxy/v4/letter/g/b5ac83/32.png) [@Gyro18](https://discourse.kitware.com/u/Gyro18)
#### Post date: [September 16, 2018, 5:18pm UTC](https://discourse.kitware.com/t/unity3d-support/159/1 "2018-09-16T17:18:58Z")

</div>

Was just wondering if the Pulse Physiology Engine works with Unity3D? and if so, would there be any documentation on it?

---

<div class="post-metadata">

### Author: ![abray](https://discourse.kitware.com/user_avatar/discourse.kitware.com/abray/32/12_2.png) [@abray](https://discourse.kitware.com/u/abray)
#### Post date: [September 16, 2018, 5:43pm UTC](https://discourse.kitware.com/t/unity3d-support/159/2 "2018-09-16T17:43:56Z")

</div>

Yes, Pulse is able to be used in unity, we actually have several users who have integrated it into unity based games.

While we don’t have an explicit end to end example, Pulse is a C++ library, and usually the easiest way to get access to something in C++ from unity is to wrap it in C#. We do have a C# encapsulating example in our SDK folder in the code base. From there you can check out the generic unity examples for using C# code.

---

<div class="post-metadata">

### Author: ![alexis.girault](https://discourse.kitware.com/user_avatar/discourse.kitware.com/alexis.girault/32/75_2.png) [@alexis.girault](https://discourse.kitware.com/u/alexis.girault)
#### Post date: [March 4, 2019, 7:56pm UTC](https://discourse.kitware.com/t/unity3d-support/159/3 "2019-03-04T19:56:22Z")

</div>

We just released version 1.0 of the Pulse Unity Asset to facilitate the integration of the Pulse Physiology Engine within Unity3D.

Release announcement: [https://blog.kitware.com/pulse-is-now-available-on-the-unity-asset-store](https://blog.kitware.com/pulse-is-now-available-on-the-unity-asset-store)  
Asset Store page: [https://www.assetstore.unity3d.com/#!/content/139773](https://www.assetstore.unity3d.com/#!/content/139773)

Hope this helps! Let us know what you manage to do with this and how you think we could improve it.
