Hi developers, I just finished the base layout for the mine system that I am developing as one of the final areas of the game. At this point in time, I am trying to finish the mine area, create a quick mountain area, and make a short castle segment that acts as the final challenge of the game. Since the game is open world, little hints and clues as to where items might be located are scattered around the world now. Additionally, I worked on some post-processing effects for the mine area, which is why it is so dark on the right side of the screen compared to the left side; I will eventually add post-processing for all areas once I finish all the other parts of the game. In terms of item adjustments, I made it so that the chakram has a point light attached to it that can act as a miniature burst of light in dark areas. My last thing for now is a little issue that I ran into while adjusting the lighting for the game. Essentially, I switched from baking lighting back to generating realtime lighting because I realized that my computer can’t really handle baking lighting for so many objects in the scene, so I wanted to just generate it all in realtime to make things easier. After I tweaked these settings and generated the new lighting, I pressed play and the game totally nuked itself. Every game object had broken out of its hierarchy and 75% of them were straight up missing/deleted (all they left behind were empty transforms). I tried for a while to recover the scene but nothing was working, and eventually I had to force quit Unity due to it having stopped responding to my inputs. After I reopened Unity, the scene was back to normal! All in all, lesson learned to not panic when all seems lost and to not upset grumpy old Unity about lighting anymore.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.