@lucky Having checked the latest Unity 6 Preview 6000.0.0f1 (with all UPM packages updated), no such error occurred on our end. When jumping to the declaration of .spritesheet
, we just see a normal Obsolete
with no bool error=true
, thus only being a warning:
//
// Summary:
// Array representing the sections of the atlas corresponding to individual sprite
// graphics.
[NativeProperty("SpriteMetaDatas")]
[Obsolete("Support for accessing sprite meta data through spritesheet has been removed. Please use the UnityEditor.U2D.Sprites.ISpriteEditorDataProvider interface instead.")]
public SpriteMetaData[] spritesheet { get; set; }
Could you please have a try whether updating resolves the issue for you?
Also I wonder where you got Unity version 2023.3.21f1
from. Could you share a download link, or how you installed this?