Benjamin CalvinCasting Raycast from Mouse Position in UnityThe biggest thing for me to understand with this is the idea of raycasting. The idea of an invisible line shoots out and checks if it…Nov 2, 2022Nov 2, 2022
Benjamin CalvinPlacing Objects Via Raycast Hits in UnityWhat is this jumbled mess? Raycast hits.Nov 2, 2022Nov 2, 2022
Benjamin CalvinLayer Masks in UnityBottom Line Up Front(BLUF): Assigned the red boxes to a different layer than the middle box. Using bitwise and shift operators I selected…Nov 3, 2022Nov 3, 2022
Benjamin CalvinCreating Bullet Holes via Raycasting in UnityIn this article, I will discuss:Nov 5, 2022Nov 5, 2022
Benjamin CalvinClick to Move System in UnityUtilizing raytracing I was able to click a location and move this cube on the platform.Nov 11, 2022Nov 11, 2022
Benjamin CalvinSetting up Navmesh in UnityNavigational Mesh, also known as NavMash is a data structure that stores walkable surfaces and allows pathfinding from point to point…Nov 11, 2022Nov 11, 2022
Benjamin CalvinMoving Agents on Navmesh in UnityHere is a link to the Navigation system in Unity. It is a very good read and a good how-to on building navigation in Unity.Nov 14, 2022Nov 14, 2022
Benjamin CalvinUsing Enums in UnityWhat are enums? Enums are a set of named constants. The associated constant value of enums is type int. They start with zero and increased…Nov 18, 2022Nov 18, 2022
Benjamin CalvinGenerating Offmesh Links Unity AIUnity defines Off-Mesh Link as:Nov 25, 2022Nov 25, 2022
Benjamin CalvinFSM in Unity to Create Smart AIWhat is a finite-state machine(FSM)? From Brilliant.orgNov 20, 2022Nov 20, 2022