video thumbnail 12:04
Unity Create a Game Series (E08. tile map)

2015-09-25

[public] 100.0K views, 1.53K likes, 12.0 dislikes audio only

In episode eight we create a tile base for our random level generator.

Source code:

https://github.com/SebLague/Create-a-Game-Source

Follow me on twitter @SebastianLague

Support my videos on Patreon: http://bit.ly/sebPatreon


Game development tutorials. Support my videos on Patreon
https://www.patreon.com/SebastianLague
define the size of the map in terms of how many tiles
/youtube/video/gIUVRYViG_g?t=15.879
populate the map with obstacles
/youtube/video/gIUVRYViG_g?t=36.389999
turn the obstacle percentage all the way up to 100
/youtube/video/gIUVRYViG_g?t=62.439999
set a foreground and a background color
/youtube/video/gIUVRYViG_g?t=85.360001
create a new script for the map generator
/youtube/video/gIUVRYViG_g?t=148.75
divide my map size on the y-axis by two
/youtube/video/gIUVRYViG_g?t=396.04001
create a new map holder transform
/youtube/video/gIUVRYViG_g?t=552.51001
get a reference to our map generator script
/youtube/video/gIUVRYViG_g?t=666.90997