Sub Scene Conversion Log Warrnings.

Hi,

I am receiving warrings in the console.
How to resolve them?

Also in console I have

SubScene

6995969--826460--upload_2021-4-1_8-21-35.png

Prefab, but in fact I use spawner.

I have not encountered all of those errors myself, but the ones starting with “Warning: SkinnedMeshRenderer [INU1008] …” can be resolved by adding a DefaultAnimationGraphWriteTransformHandle component to the mentioned root bone: [INU1008 1].

Edit: corrected component name

3 Likes

Thx, I will check this out as I have this one still popping up.

Do you mean
DefaultAnimationGraphReadTransformHandle, or
DefaultAnimationGraphWriteTransformHandle
?

Just on the side not, I managed to recrete the subscene and the warning messages gone in it.

Oh my bad, I meant to write DefaultAnimationGraphWriteTransformHandle.

Ah I see. I will try that again, even tho I did try after your suggestion, with both options.

And btw, welcome to the forum :wink:

1 Like