XRTK / com.xrtk.core

The Official Mixed Reality Framework for Unity
https://xrtk.io
MIT License
307 stars 34 forks source link

Make use of existing event system setup if available #901

Closed FejZa closed 2 years ago

FejZa commented 2 years ago

XRTK - Mixed Reality Toolkit Pull Request

Overview

Updated requirements check behavior. The toolkit will add an EventSystem / StandaloneInputModule only if needed. If the developer has a custom setup it will leave it alone. The toolkit will raise errors if multiple instances of either exist.