#SelectManagedFn failed to cast Unity.Burst.FunctionPointer1

1 messages · Page 1 of 1 (latest)

ember anvil
#

I tend to see a lot of these warnings on especially netcode for entities projects. Maybe someone can help me figure these out:

[Worker0] SelectManagedFn failed to cast Unity.Burst.FunctionPointer1[Unity.Entities.SystemBaseRegistry+ForwardingFunc]. BurstFn: 2173793665024.Forwarding Func: Unity.Entities.SystemBaseRegistry+ForwardingFunc. Falling back to managed delegate. Please report this as a bug using Help > Report a Bug...

I get anywhere between 8-100 (maybe more) of these at a time.

oblique widget
#
#

if you want to reduce the frequency go into project settings, editor and change your worker count to 1

#

it won't stop it completely but could potentially reduce it happening a lot (at the cost of reducing multi scene baking speed)