Inspectopedia 2025.2 Help

Unity Burst Compiler Warnings

Accessing managed indexers is not supported   New in this release

Accessing managed indexers is not supported.

Accessing managed methods is not supported   New in this release

Accessing managed methods is not supported.

Boxing is not supported   New in this release

Boxing is not supported.

Burst: String.Format(format, ...) invalid argument type   New in this release

Burst: String.Format(format, ...) invalid argument type.

Burst: The variable resolves to System.String, which may result in invalid managed method calls at the Burst-compiled call stack   New in this release

Burst: The variable resolves to System.String, which may result in invalid managed method calls at the Burst-compiled call stack.

Creating a managed type is not supported   New in this release

Creating a managed type is not supported.

Debug logging functions only accept strings   New in this release

Debug logging functions only accept strings.

Function signature cannot contain managed types   New in this release

Function signature cannot contain managed types.

Loading from a non-readonly static field is not supported   New in this release

Loading from a non-readonly static field is not supported.

Loading managed type is not supported   New in this release

Loading managed type is not supported.

Shared static type parameter requires the unmanaged constraint   New in this release

Shared static type parameter requires the unmanaged constraint.

Some SharedStatic`1.GetOrCreate overloads cause compiler errors   New in this release

Some SharedStatic`1.GetOrCreate overloads cause compiler errors.

String.Format(format, ...) only accepts string literals and const strings   New in this release

String.Format(format, ...) only accepts string literals and const strings.

The 'foreach' construction is not supported   New in this release

The 'foreach' construction is not supported.

Try statement is not supported   New in this release

Try statement is not supported.

Typeof is prohibited in Burst   New in this release

Typeof is prohibited in Burst.

Writing to a static field is not supported   New in this release

Writing to a static field is not supported.

Last modified: 29 July 2025