Black Screen when compile project [HTC VIVE][SOLVED]

Hi !

When i compile my project and launch the builded game, my game stay on a black screen, but when i play inside Unity Editor everything work good, and no error in the console, and before today everything work good too ( Compiled version too ) i tried everything i can, but nothing happen.

I use the VRTK Kit dev ( Last version ) the last version of Steam VR and Unity 5.4.2

I have those 2 errors now :

Invalid serialized file header. File: "".
UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()
value.byteStart + value.byteSize <= dataFileEnd
UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()

I look on the internet, but nothing.

EDIT : I found the problem, it was an mesh problem, i don’t know why, but just delete my model in my scene solve this issue and the black screen. It’s strange because that work before

I’ve had the same problem, I fixed it by removing the Animator component from the model I added last. (last model I added to the scene before the blackscreen issue started happening)

Hope this helps!

EDIT: I also rebaked the scene and disabled automatic baking.