View all by CarterFF
CarterFF
Follow CarterFF
Follow
Following CarterFF
Following
Add To Collection
Collection
Comments
Devlog
SGD300 Devlog
←
Return to SGD300 Devlog
Devlog
Week 12
May 22, 2020
by
CarterFF
Searched the unity assist store for free low poly gun assists, found one called Low Poly Weapons VOL.1 by Simon Mercuzot. I downloaded the pack and tested in scene, once I was happy with the quality o...
Continue reading
Week 11
May 17, 2020
by
CarterFF
Refined the item spawner while also implementing the RNG Loot Pool to it First thing I did was create a ‘chest’, I just used a 3D cube and resized it to look like a footlocker style chest. I then...
Continue reading
Week 10
May 17, 2020
by
CarterFF
Created Basic Item Spawning System W/ Instantiate Created a C# script Named ObjectSpawner. Using a Public Transform ‘Spawnpoint’ and public GameObject ‘Prefab’, with a void OnTriggerEnter, I I...
Continue reading
Week 9
May 17, 2020
by
CarterFF
Assisted Kael with the creation/ integration of the inventory system Integrated complete Inventory Core Systems with the following functions: Assigning scriptable items IDs and Buffs, Mving items into...
Continue reading
Week 8
May 17, 2020
by
CarterFF
Created a functioning grenade To make the grenade I put a sphere in the scene, gave it a sphere collider and a rigid body. Then created a new script, using a public float to give it a delay of 3 secon...
Continue reading
Week 6
April 06, 2020
by
CarterFF
Fix explosion with new player character With the new player character implemented into the game, I needed to fix the rocket launcher, doing so was simple with just needing to change the naming of cert...
Continue reading
Week 5
April 01, 2020
by
CarterFF
Created a functioning explosion for the Rocket Launcher Finally created my own scene to work in (CarterTestScene) Created the RocketExplosion script, this lets objects on collision add force to wherev...
Continue reading
Week 2
March 24, 2020
by
CarterFF
Week 2 Player shooting (Raycasting) https://www.youtube.com/watch?v=THnivyG0Mvo - TUT used Within the gun script I created a public float to determine both the damage and the range of the gun, also...
Continue reading
Week 4
March 23, 2020
by
CarterFF
I have created functioning AI Roam and AI Patrol scripts The AI Patrol script works by having an NPC move randomly between Patrol points that have been placed into the map itself, there is no max size...
Continue reading
Week 3
March 19, 2020
by
CarterFF
https://www.youtube.com/watch?v=zHDcpvYxjJo - Shotgun Tutorial After looking over multiple weapon tutorials i decided to follow this one above as it was able to explain how to make a shotgun with cle...
Continue reading