Directions: - Create new GameObject and apply script (set block prefab to unity's cube and material to a new material). - Start game and press "G" to generate.
Notes: - The terrain is actually mirrored on all axes. Pick a point far from origin or use a different noise if you care about this.
Directions: - Create new GameObject and apply script (set block prefab to unity's cube and material to a new material). - Start game and press "G" to generate.
Notes: - The terrain is actually mirrored on all axes. Pick a point far from origin or use a different noise if you care about this.
At the end I wasn't actually expecting the sound to play until I logged in...
This one took me a lot longer than it probably should have. Mostly because I just wasn't in any sort of mood to create things, but I also had to learn new video editing software (again). I meant for this to be a quick little idea but it got kind of out of hand.
Joshua McLean Stream: twitch.tv/videos/352283150 (5m 10s) (Norton kept blocking the game and he had to restart)
I tried using a different video editing software so it took a lot longer than I would have hoped. Honestly I'll probably try some other software; I didn't really like it.
Also there's a weird black horizontal line at 0:33 that will annoy me forever.
I want to get back into making videos again, I think I'll need to find a way to make them quicker without burning myself out.Making More VideosNova8402018-05-20 | Hi
I'll be making more videos if you couldn't already tell from the title somehow. Hopefully at least 1 a week.
I didn't include this in the video, but another reason I'm trying the video route is because it's more of a series of short projects rather than one long-term project. Hopefully that will help with motivation in the long term.
Also I like the response I get from making videos. Mostly that there's more of one.Going Through My Backup DriveNova8402018-03-20 | I go through my backup drive, uncovering strange things...Embrace Your Inner Pigeon | Global Game Jam 2018Nova8402018-02-07 | Game Link: gamejolt.com/games/PigeonMission/315761
This video took a while to make. Usually I start with the voice and then find footage so it was a new experience to do it the other way around. I should be back making games again after this. Does anyone actually read the description?Playing Random Games off of Game JoltNova8402018-01-23 | Golly: Taken down apparently. Super Dank Land: gamejolt.com/games/superdankland/313177 Reborn: gamejolt.com/games/reborn/198227
As you can probably tell, my camera stopped recording in the middle of this. I am disappoint.
This is the first time my face is in the thumbnail. It feels wrong, like I'm now associated with pretentious people and clickbait. I spent way too much time deciding whether or not to use it. I'm putting this here because I know no one reads the description.
If you want to make me look stupid, count how many times I say "basically".How I Made Build Mode in SpheresNova8402017-12-31 | I thought I'd quickly explain how I made build mode in my previous project, Spheres. That tells you nothing because it's already in the title. I never know what to put here.
Update: Unity 2017.2.0 introduced the Vector2Int class. It doesn't make a difference, but it makes more sense to use it to keep track of tiles. It didn't exist when I originally made it.
-----------------------------
Update Update: I didn't realize that It doesn't have the correct UV map to support custom textures. If you want to use a custom texture with the ground, you can get the updated script from this link: (see comments for changes)
(All in advanced folder, make sure you're in the advanced scene)
Replace GenerateMesh script with new GenerateMesh script.
The Terrain Thingy prefab should say it's missing a component. Update it with the new GenerateMesh script.
In TerrainController, at the top somewhere, define a new variable: [SerializeField] private float uvScale = 1;
In TerrainController, around line 160, add a line: gm.UVScale = uvScale;
Thank you to Rato Caverna in the comments for providing this fix.MVPNova8402017-12-18 | I awkwardly talk about MVP (Minimum Viable Product) for roughly 3 minutes.
I've been making a mistake with this project up until now. I'd rather start fixing it now than wait until I have to redo all of the work I've put into it.
I suppose this deserves an explanation. One day, many years ago, I got bored. Made with Windows movie maker and MS Paint.
I just thought since last week I uploaded "The First Game I Ever Made", you'd like to see the first video as well.The First Game I Ever MadeNova8402017-12-05 | This is the first game I ever made. You're welcome.
I never know what to write here...Gaming Toaster ReviewNova8402017-11-29 | So apparently this is a thing.Making a Game from a Random Idea GeneratorNova8402017-11-08 | Game Link: gamejolt.com/games/GnomeGenerator/295455
If the audio looks a bit out of sync that's because it is. I tried my best to correct it. Also I found out after recording this that my family has a GoPro that I could've used. *flips table*
I see you've read the description. You have been rewarded an imaginary taco.Game in 4 hours - Cat HockeyNova8402017-08-11 | Game Link: http://gamejolt.com/games/CatHockey/274868How to make a parent follow a child in UnityNova8402017-08-04 | Link to script: