- Home /
PostprocessBuildPlayer wont start on Unity 5.1.1f1, Mac
The PostprocessBuildPlayer script is written in Python, it is executable and located in the folder Assets/Editor, and yet it wont start. What else could have gone wrong with it?
The script is from the Hockeyapp plugin (from their git, not from the asset store) and everything else was implemented as instructed on the git readme.
Answer by Brickush · Sep 07, 2015 at 11:04 AM
What happened is that the script encountered a problem and did not finish with execution. Unity does NOT notify clearly when that happens! I checked the Editor Log (on the Console view) and there it was, the crash output.
In any case, the PostProcessBuildPlayer works, but crash/error reporting in it is a bit obscured.
Your answer
Follow this Question
Related Questions
Unity mainmenu audio problem. 1 Answer
How can I fix/stop my Unity from crashing when using the Unity inspector? 0 Answers
How to limit the amount of decimals with a slider in Unity Editor OnInspectorGUI? 1 Answer
This is the behavior of my file in virustotal should I be concerned? 0 Answers
Unity 5 Terrain glitch 0 Answers