I’m trying to figure out a main menu for my game and whenever I add a button and start messing with the colors and the color picker, the editor suddenly crashes and gives me the report bug thingy. This has happened at least three times, but the first one was from something else that didn’t repeat.
Can somebody tell me a way to fix this?
If the crash occurs when you click around in the Inspector, the bug is in Unity, and you should find out a way to reproduce it from an empty project (and report it to Unity), maybe that way you will also find a way to do what you want without the crash happening.
If the crash instead occurs when you run your project, it is likely that you did something you are not supposed to do in your code.