Code/BetterIk/Skeleton/AssemblyInfo.cs

AssemblyInfo for the BetterIk.Skeleton assembly, enabling nullable annotations and documenting that the folder contains engine-agnostic bone-walking logic intended to compile outside the s&box editor, for unit testing against a fake bone graph.

#nullable enable annotations

// Engine-agnostic bone-walking logic. No Sandbox/Editor references allowed in this folder:
// these sources also compile in the plain net8.0 dev harness (dev/BetterIk.Dev.csproj)
// so the chain resolver can be unit-tested against a fake bone graph without the editor.