Support for Generic Classes

Vote for new features, or make your own requests here.
Post Reply

Support for Generic Classes

Yes, I would like this feature.
6
100%
No, I would not like this feature.
0
No votes
 
Total votes: 6

User avatar
Joel
Moodkie Staff
Posts: 4810
Joined: Wed Nov 07, 2012 10:32 pm

Support for Generic Classes

Post by Joel »

Status

Requested

Complexity

8/10

Description

Currently to store generic classes, you need to make a wrapper class of a concrete type which does not use generics.

This feature request is to support generic classes without a wrapper.

Note that supporting generic classes can sometimes cause difficult-to-debug IL2CPP stripping errors due to the types being indeterminate at build time, and would decrease performance (as there would be more reliance on reflection, in addition to extra marshalling costs). The impact of this would need to be factored.
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply