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

Handle NotSupportedException when building type cache #22

Closed FejZa closed 2 years ago

FejZa commented 2 years ago

Reality Collective - Reality Toolkit Pull Request

Overview

Added a try-catch block to handle NotSupportedException that is being raised by some types when accessing Type.GUID in the type cache utility.

Changes