I am glad the fix works for you.
Nullable does indeed not appear in preferred types editor menu, but it is one of the few hardcoded types that is being added automatically, like list and dictionary. However the problem with nullable is that is a generic struct type and this means that I need to update the aot generator to include an entry for each generic type having entries for each nullable case that has a struct, meaning:
However doing this will create hundreds of extra entries just for nullable. As such, I would rather recommend manually adding the required entries just like I showed in my previous post.
Please let me know if that works you.
Thanks 🙂
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.