-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hi,
So I'm in the middle of updating your visual element scripts to be used in Unity 6 in my own project, but I am having some issues relating to missing assets. These are the missing assets in the DefaultStyleSheet file:
--font-normal: resource('Text/Inter-Regular SDF');
--font-bold: resource('Text/Inter-SemiBold SDF');
--font-icons-a: resource('Text/IconFont-Solid SDF');
--font-icons-b: resource('Text/IconFont-Regular SDF');
--cursor-arrow: url('/Assets/GUI/Images/Cursors/default-32x32.png') 0 0;
--cursor-text: url('/Assets/GUI/Images/Cursors/text-32x32.png') 16 16;
--cursor-horizontal: url('/Assets/GUI/Images/Cursors/size_hor-32x32.png') 16 16;
--cursor-vertical: url('/Assets/GUI/Images/Cursors/size_ver-32x32.png') 16 16;
So I'm wondering, if you can remember anything, if these assets were already included in a Unity version that you used at the time, or were they added when you were developing the asset pack and forgot to include them when you uploaded it to GitHub?
Any help is appreciated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels