# Unity integration for low level API only (no FMOD studio)

**URL:** https://qa.fmod.com/t/unity-integration-for-low-level-api-only-no-fmod-studio/12527
**Category:** Unity
**Created:** [June 8, 2016, 6:21pm UTC](https://qa.fmod.com/t/unity-integration-for-low-level-api-only-no-fmod-studio/12527 "2016-06-08T18:21:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sviudes](https://avatars.discourse-cdn.com/v4/letter/s/dec6dc/32.png) [@sviudes](https://qa.fmod.com/u/sviudes)
#### Post date: [June 8, 2016, 6:21pm UTC](https://qa.fmod.com/t/unity-integration-for-low-level-api-only-no-fmod-studio/12527/1 "2016-06-08T18:21:17Z")

</div>

I would like to use FMOD in Unity only for using low level API. But every time I run my project, there is an error saying “FMOD Studio project path not set”. How do I need to integrate FMOD with Unity for using low level API only?

---

<div class="post-metadata">

### Author: ![nick1](https://avatars.discourse-cdn.com/v4/letter/n/47e85d/32.png) [@nick1](https://qa.fmod.com/u/nick1)
#### Post date: [June 9, 2016, 12:11am UTC](https://qa.fmod.com/t/unity-integration-for-low-level-api-only-no-fmod-studio/12527/2 "2016-06-09T00:11:13Z")

</div>

To use the low-level only you would remove every file apart from the native library files and the files under Assets/Plugins/FMOD/Wrapper

You will need to handle the initialization of FMOD low-level system at startup yourself.
