- Home /
Question by
rchapman · Aug 22, 2014 at 04:24 AM ·
performancewindows phone 8windows phonewp8
Slow start time on WP8: CreateMonoScriptCache
We're experiencing slow start times on a moderately-sized WP8 project. According to the VS profiler, 42% of the start time is taken up by CreateMonoScriptCache, which I'm assuming (looking at the rest of the call stack) is finding all of the MonoBehaviour methods (Update, Start, Awake, etc.). Is this correct? Is there any way to speed this up or to have more control over when and how the script cache is built?
Comment
Your answer
Follow this Question
Related Questions
Unity WP8 Better Performance When Connected to Visual Studio 1 Answer
Windows Phone performance 0 Answers
Windows Phone 8 : changes in MainPage.xaml.cs 2 Answers
ETC1 compressed textures are not supported when publishing to WP8 0 Answers
Getting error on using Adduplex ads in Windows Phone 0 Answers