iOS crash during game play. (il2cpp related)
iOS crash during game play. il2cpp related.
Crash occurs when loading a scene or during a game.
xcode crash report
Answer by JoshPeterson · Jan 05, 2017 at 01:05 PM
I suspect that this is related to managed code stripping. The error message indicates that there is a type named material
which should have a method named Set
, but that method is missing. If you can determine where a type with that name exists in an assembly imported into the project, you can use a link.xml file (as described here) to force the managed code stripping to preserve that type.
Your answer
Follow this Question
Related Questions
Runtime crash occurs for projects built with il2cpp(windows 10, thai language) 0 Answers
iOS crash during game play. il2cpp related 0 Answers
/SOLVED /il2cpp makes my app crash 0 Answers
Help! Null exception and "filename currently not available on il2cpp Line: -1", 1 Answer
5.2.1beta and p1 both crash at "vm/Class.cpp:1398" on Android il2cpp 0 Answers