I am currently fleshing out my serialized data and a consequence of this has been that I created a bunch of areas in my world without the supporting model assets. So every time I run my code I get a nice exception thrown in my face about missing models.
So I decided to do something that I should have done years ago and create an error model instead of throwing an exception. So now I get a nice message in the console and I see this in my world.
Much less intrusive.

No comments:
Post a Comment