joshheinrichs / cmpt306-project

A procedural generated dungeon crawler built in Unity.
0 stars 1 forks source link

Playtesting #1 results #31

Open Makedonitsi opened 8 years ago

Makedonitsi commented 8 years ago

Okay, so I had a few of my friends test out the current build, and these were the things we found out/noticed: Testers opinions

Then some other things I noted:

Don't know if this is again something that just doesn't work for me, but: Level transport after killing the boss does not work, and I get this error MissingReferenceException: The object of type 'Transform' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object. UnityEngine.Transform.get_position () (at C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineTransformBindings.gen.cs:20) OrbitController.Update () (at Assets/Scripts/OrbitController.cs:21)