Closed paulboocock closed 4 years ago
IL2CPP will remove unused code and the LiteDB framework requires System.Linq.Expressions.Interpreter.LightLambda. This can be fixed by adding a link.xml file to the Plugins folder within Unity containing:
<linker> <assembly fullname="System.Core"> <type fullname="System.Linq.Expressions.Interpreter.LightLambda" preserve="all" /> </assembly> </linker>
IL2CPP will remove unused code and the LiteDB framework requires System.Linq.Expressions.Interpreter.LightLambda. This can be fixed by adding a link.xml file to the Plugins folder within Unity containing: