Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit committed May 5, 2022
2 parents 8c077ac + 23a853a commit 9c2cff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/il2cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ You can create a link.xml file and place it in the assets folder to avoid any co
</linker>
```

## IReactToDataSystems
## IReactToDataSystems (Or any generic systems)

If you create an IReactToDataSystem for a value type, it will get stripped and cause issues. You can work around this by wrapping the value type in a class, or just don't make IReactToDataSystems for value types.

0 comments on commit 9c2cff0

Please sign in to comment.