realitycollective / com.realitycollective.service-framework

The Service Framework package components for the Reality Collective. This package an extensible service framework to build highly performant components for your Unity projects.
https://service-framework.realitycollective.net
MIT License
9 stars 5 forks source link

Fix NRE with Implements attribute when no exclude types set #103

Closed FejZa closed 5 months ago

FejZa commented 5 months ago

Reality Collective - Service Framework Pull Request

Overview

Fixes a null reference exception in the TypeReferencePropertyDrawer where the LINQ Any() filter would try and access excludedTypes even when it is null.