Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstrip Generic Parameter Attributes #167

Open
ds5678 opened this issue Sep 14, 2024 · 0 comments
Open

Unstrip Generic Parameter Attributes #167

ds5678 opened this issue Sep 14, 2024 · 0 comments
Labels
generation Related to assembly generation

Comments

@ds5678
Copy link
Collaborator

ds5678 commented Sep 14, 2024

When the Il2Cpp process happens, attributes on generic parameters are lost. The most impactful situation is that where T : unmanaged becomes where T : struct. We should unstrip these attributes where possible.

@ds5678 ds5678 added the generation Related to assembly generation label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generation Related to assembly generation
Projects
None yet
Development

No branches or pull requests

1 participant