top of page
Search

Build a room they said. It's easy they said.

  • Writer: Kurtis McCammon
    Kurtis McCammon
  • Apr 26, 2021
  • 1 min read

Updated: Apr 29, 2021

I don't know who said it, but creating a randomly generated level made up of different rooms is not easy. So far Unreal has been a pain to work with as there is no way to check an array of struct pointers in an inspector during runtime. I'm also running into issues trying to figure out how to get Prefabs to add a little randomness to each room that way each T junction doesn't look the same.

This task is definitely was not a good idea to try and implement at the end of a month, but hopefully, it will be done by the end of next week.


EDIT: I have gotten it working!


 
 
 

Recent Posts

See All
We learn from Our Mistakes

This was the final week of working on this project. I primarily try to fix the problem we had with saving from last week. Due to time...

 
 
 
Would You Like to Continue?

This was our final week to add anything new to the game. One thing we tried before but couldn't really figure out at the time was saving...

 
 
 
Going Code Blind

Finding and fixing bugs is a part of programming, and some bugs are very troublesome to find the root of their cause. Often times I find...

 
 
 

Comments


Post: Blog2_Post
  • Facebook
  • Twitter
  • LinkedIn

©2021 by C monkey. Proudly created with Wix.com

bottom of page