OptionalWarning.

UnusedNode Field

Summary

An Animancer.AnimancerNode.Root is null during finalization (garbage collection).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
OptionalWarning

Syntax

UnusedNode

Remarks

This probably means that node was never used for anything and should not have been created.

This warning can be prevented for a specific node by passing it into System.GC.SuppressFinalize(System.Object).

To minimise the performance cost of checking this warning, it does not capture the stack trace of the node's creation by default. However, you can enable Animancer.AnimancerNode.TraceConstructor on startup so that it can include the stack trace in the warning message for any nodes that end up being unused.

Constant Value

Value Type
262144 Int32