Heckteck

Results 6 comments of Heckteck

I feel like there should be a seperate repo for suggestions where each issue is a suggestion.

It might be better to just check if UKScript is null and remove the need for the bool entirely Especially since you can just do script?.Globals?.Get()?.Call to only call if...

We were looking at some serialized dictionary implementations for this, and wanted to try this one https://github.com/azixMcAze/Unity-SerializableDictionary

This would be great, exposing both unsafe low-level bindings and higher level semantic constructs would be a boon to making this more usable for my needs.

> Interesting, I wasn't thinking of this use case (although the binding generator calls this out as one reason for this approach). We don't currently expose those bindings in a...