InLevel Up CodingbyJared AmlinClick to Move System in UnityUsing a click to move system is very popular with strategic adventure games, so let’s take a look at setting this up with raycasting.Jan 23, 2023Jan 23, 2023
InLevel Up CodingbyJared AmlinCreating Bullet Holes with RaycastingWhen playing 3D shooter games, an important aspect of realism can be placing bullet holes on hit points when shooting. This article will…Jan 22, 2023Jan 22, 2023
InLevel Up CodingbyJared AmlinRaycasting with Layer Masks in UnityUsing Layer Masks when raycasting is a great way to only detect certain collisions with your ray. Typically when firing a ray from the…Jan 20, 2023Jan 20, 2023
InLevel Up CodingbyJared AmlinInstantiating Objects with Raycast HitsLet’s continue where we left off from the last article, and work on instantiating an object where a raycast hits another object.Jan 18, 2023Jan 18, 2023
InLevel Up CodingbyJared AmlinRaycast from Mouse Position in UnityRaycasting is a great way to detect objects on collision in a 2D or 3D game space. You can shoot out a ray into the world, give it a…Jan 18, 2023Jan 18, 2023