Skip to content

a-lubecki/Unreal-Test-Map-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnrealTestMap-2022

During my Game Design studies, I had to create a test map for the basic character controller in Unreal Engine.

testmap-topview

Organizing tests

I chose to divide the map in 4 sections with a theme on each one:

  • Elevation : shapes to test collisions between the character and the floor
  • Jump : platforms spaced with different heights and distances to test jumps
  • Interiors : walls and ceilings to test character and camera collisions
  • Objects : a set of objets with various shapes and sizes to test physics

On start, the player is located on the center of the map to avoid spending time running from a section to another.

testmap-sections


The window is located at 0,50m from the ground with a 2m gap height


It's impossible to jump at a 2,50m height

All the elements in the map have indications (size, height, distance, gap) in case the developers need to know what specific conditions triggers a bug. I tried to put them at strategic places to be understood by anyone discovering the map for the first time. I also added green and red materials on specific elements to indicate that an action is or isn't possible. Then, if the character controller changes in the future, this materials can help as non-regression tests.

Final result

testmap-example (1)

Here is a video of the test map where I explain every sections elements.

The purpose of the exercice only was to make the map, not to fix bugs on the character controller. That's why there are bugs and the map illustrates how easy the developers could find them.

About

A test map made with Unreal Engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published