# ECMO functionality in Unity

**URL:** https://discourse.kitware.com/t/ecmo-functionality-in-unity/864
**Category:** Pulse Physiology Engine
**Created:** [July 18, 2022, 6:35am UTC](https://discourse.kitware.com/t/ecmo-functionality-in-unity/864 "2022-07-18T06:35:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dhuang101](https://discourse.kitware.com/letter_avatar_proxy/v4/letter/d/f475e1/32.png) [@dhuang101](https://discourse.kitware.com/u/dhuang101)
#### Post date: [July 18, 2022, 6:35am UTC](https://discourse.kitware.com/t/ecmo-functionality-in-unity/864/1 "2022-07-18T06:35:17Z")

</div>

Hello,

I am trying update the plugins in the Unity project so that I can use the ECMO components in Unity.  
I think I have correctly updated the managed plugins using the built 4.X branch on the engine but I am not sure if I updated the Native plugins correctly and when I tried I get an error saying it cannot import the scenario files.

![Screenshot 2022-07-18 163346](https://discourse.kitware.com/uploads/default/original/1X/5c156e1c7dcb18b8d3599be138ba3521058d8e4f.png)

Will there be an official update to the Unity project that will include the ECMO component soon?

---

<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: [July 18, 2022, 12:31pm UTC](https://discourse.kitware.com/t/ecmo-functionality-in-unity/864/2 "2022-07-18T12:31:38Z")

</div>

That state file git hash is still from the asset store release  
When you build Pulse, it will generate new states in the install/bin/states folder  
You will need to replace those in our asset Data folder and your Streaming Assets folder

You can also pull the latest [asset from our repository](https://gitlab.kitware.com/physiology/unity)  
This has ECMO in it along with most of the binaries updated as well as states

We should have a new release coming out this month or next

---

<div class="post-metadata">

### Author: ![dhuang101](https://discourse.kitware.com/letter_avatar_proxy/v4/letter/d/f475e1/32.png) [@dhuang101](https://discourse.kitware.com/u/dhuang101)
#### Post date: [July 20, 2022, 2:02am UTC](https://discourse.kitware.com/t/ecmo-functionality-in-unity/864/3 "2022-07-20T02:02:53Z")

</div>

Awesome that seems to have have worked.  
Thanks!
