realitycollective / com.realitytoolkit.core

The all-purpose framework for building the next reality
https://realitytoolkit.realitycollective.net/
MIT License
3 stars 0 forks source link

Fix "AnimatorCursor is already destroyed error" on stopping project #28

Closed SimonDarksideJ closed 2 years ago

SimonDarksideJ commented 2 years ago

Reality Collective - Reality Toolkit Pull Request

Overview

Fixed the issue where the Gaze Cursor would complain it was already destroyed when stopping the project.

GameObject != null raises an error !GameObject.Equals(null) does not

Because... Unity

Changes