/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

davikingcode.com
| | blog.eyas.sh
2.9 parsecs away

Travel
| | In Unity, architecting games using scriptable objects is gaining traction. Data represented as a ScriptableObject can be decoupled from specific runtime
| | bloeys.com
4.0 parsecs away

Travel
| | In Part 3 we setup the basis of our simple path/waypoint system, however we still can't use it easily because the gizmos we used are just simple graphics, so in this post we will create interactive tools in the scene view that we can use to control objects, which we will do using Handles. According to the Unity Docs: "Handles are the 3D controls that Unity uses to manipulate items in the scene view.
| | kylewbanks.com
2.9 parsecs away

Travel
| | Most everyone knows that publicly exposing your MonoBehaviour variables in Unity allows you to modify them in the Inspector window of the Unity editor. This is really helpful for tuning and adjusting parameters without having to modify code, and allows you to more easily reuse MonoBehaviour classes across objects wh...
| | www.aaron-powell.com
20.5 parsecs away

Travel
| Let's look at how we can create a JavaScript GraphQL server and deploy it to an Azure Function