Kvkwuest

Back

Spline Knot Instantiate

What the Spline Knot Instantiate does, is it genrate the knots on the path with a cerain distance plus it will spawn a variant of tiles and its completely randomized.

One of the problems i encounter was that the percentage did not come through properly. plus it spawned in a row of 4. thats a bit to much

To fix it i used a for loop where in it said there can only be three in a row of the same tile variant. separate variable that represented it as the max percentage

Gif van Spline Knot Instantiate

Method Invoker

Next I made the Method Invoker. It was a much requested tool from the other developer. How it works now you can just drag and drop plus with three button clicks call a method. function without doing something difficult. It made it much easier for testing

The problem I had was that it coulnd't recognize methods with paramters.

I used a seperate method called "GetParamterValue" it checks between Int, float, bool, string and object if its in the paramter of the selected method if it is, it gives you the possiblity to call set a argument.

Item Use

After I was finished, I started with creating all the items, from getting one from a tile, to use them in you advantage.

The most common problem I ecnounter was, how to call the right objects and / function. Because some are hard / difficult to call with the right condition.

The only possible way to get this done was, to hard code most of it.

Item Gebruiken Gif
Simon Says Gameplay Gif

Simon Says

Next I was creating the minigame Simon Says office version.

Problem I encounter was so long it contains in the list of the sequence. It didn't matter in what order you did the sequence it was always right.

I fixed it by always only checking the current sequence index so it will only accept the current index number.

Signature

When I was done. I and a other fellow intern were making the signature minigame. my job was that you are able to draw.

There was a small problem that was that if you draw a corner it was a bit rough and not smooth.

I dind't fix it completely only half. what I did instead of using a lineRenderer I used a trailRenderer. Sometimes you can still see the the roughness but not as much a before.

Signature Gameplay Gif
InfoScreen Gif

Info Screen

After I was done, I made a small panel with all the information of each tile.

The problem i ecnounter was, it didn't fit and everything was alligned.

Instead of fixing it, i began from scratch and every tile with information will be instantiated at start plus with a vertical canvas so everythig is alligned and scaled automaticly.