- Home /
Are missing scripts compiled?
I've released a game and noticed that I hadn't removed a missing script. Did it compile to the .apk? Can it cause crashes?
Answer by ray2yar · Jul 08, 2020 at 11:50 AM
Did you play test your apk before release? Did it crash? To answer your question, there was nothing to compile so I THINK as long as you don't try to access the missing scripts from somewhere you'll be fine. But I highly recommend fixing this, testing, and then pushing out an update.
It does not crash on my phone. Script isn't being accessed
Your answer
Follow this Question
Related Questions
Using micro mscorlib, on iOS, what do you lose? 1 Answer
Check if public field set in editor at compilation 2 Answers
AOT compilation problem - ExecutionEngineException - AOT not compiling as expected. 1 Answer
Missing a using directive or an assembly reference 0 Answers
How to know and control which scripts are compiling? 1 Answer