Creating a Sci-fi Lab Room
Objective: Learn how to create a Sci-fi Lab Room with Unity.
Lets create a new Level in Unity. The theme is going to be a Sci-fi Laboratory. All assets used below were downloaded from Filebase.
Level Design a lot has to do with imagination, how do we imagine our Lab would be ? We can try to recreate something we imagine, and give some life to this new environment that we are creating.
Let’s start with the floor. When creating floors, walls and other static elements, we have to remember to mix some different elements together.
At first I just used one element and move it around. But if the entire floor is only one element, instead of a mix of them, it can become very bland and boring.

So at first it was just a bland boring floor. Using some different patterns, rotating some other floors around, and even adding new elements to some floors, gives a different feel to it, making it look way cooler.
Remember that you can always duplicate an item, and hold the CTRL key to move it. If you need to snap items together, use can use the V key to vertex snap it.
Walls follow most of the same concept. We were just adding floor assets in a vertical manner now. and making sure to use different variations, so its not bland and boring to look at it.

How do we create an Archway so our player can go through ?

Since a lot of it has to do with imagining how things could be, a lot of it its just trying and having fun. I started with a simple column, which I duplicated and put it on top. After having one column completed, I duplicated it to the other side, and tried to add some rotated relements to give a different vibe, which would look like an Archway when its all blended together. We also made a Prefab out of this, so we could use more Archways if needed.

Now we move to our ceiling. In order to look more Sci-Fi, we also added some depth to it. It looks like some pipes and other stuff are hanging from our ceiling.

In order to make our interior look better, we just added some cool Sci-Fi tech stuff, making it look like a scientist lab.

With these elements, it gives a vibe that this is a room that scientist are experimenting in something big in that test-tube. There are some terminals, a couple of computers and our main test-tube.
Now that we have our elements setup, we can add our colliders, to make sure our player can interact with the environment.
As explained previously, we can add either a Box Collider or Mesh Collider. As I don’t need to encompass our entire object, I’ll just add a Box Collider for everything.

Now we have a room setup for our player to interact with. This weird looking Sci-fi room!