For some reason the built version of my project runs the Start() functions before the Awake() functions.
This link will show you the debug log. Also, it’s attached. They’re the same file.
I know it’s long, but you can clearly see it running the Start() functions at the beginning, and then running the Awake() functions afterwards; after the BoardConnectionMapper.
More annoyingly is that if run in the editor there is no issue, with the Start and Awake functions running in the correct order.
All of these objects are a part of the scene. None are instantiated afterwards, with the exception of the final to items in the log.
This is a Networked Game which might be causing some issues, but I it shouldn’t be reversing the order of the Start and Awake calls.
Not sure if this is some obscure muck up on my part or a really serious bug I’ve managed to run across.
Any advice on what to do would be appreciated.
3744382–311050–output_log.txt (108 KB)