Matthew-J-Spencer / Tarodev

An assortment of Unity utilities
MIT License
90 stars 3 forks source link

Library\PackageCache\com.tarodev.autosave@5026d04051\Editor\AutoSaveSettingsProvider.cs(35,90): error CS0246: The type or namespace name 'IntegerField' could not be found (are you missing a using directive or an assembly reference?) #1

Open dopegames opened 4 months ago

dopegames commented 4 months ago

So I just installed AutoSave and received this error : Library\PackageCache\com.tarodev.autosave@5026d04051\Editor\AutoSaveSettingsProvider.cs(35,90): error CS0246: The type or namespace name 'IntegerField' could not be found (are you missing a using directive or an assembly reference?). I'm currently running Unity 2021.3.32f1. I tried installing it directly in the Project versus the Package Manager and recieved the same error. Any help would be appreciated.

Matthew-J-Spencer commented 4 months ago

Integer field is a UI Toolkit class. Do you have that installed? Also, what unity version are you using?

On Thu, 7 Mar 2024, 2:57 pm dopegames, @.***> wrote:

So I just installed AutoSave and received this error : @.*** https://github.com/Matthew-J-Spencer/Tarodev/commit/5026d04051a17eb186661fd5d311c0eb7fe98dde\Editor\AutoSaveSettingsProvider.cs(35,90): error CS0246: The type or namespace name 'IntegerField' could not be found (are you missing a using directive or an assembly reference?). I'm currently running Unity 2021.3.32f1. I tried installing it directly in the Project versus the Package Manager and recieved the same error. Any help would be appreciated.

— Reply to this email directly, view it on GitHub https://github.com/Matthew-J-Spencer/Tarodev/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADD2DDDINZACBL2BF5JK323YW7XSLAVCNFSM6AAAAABEKJJOJKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3TEOJUGU2TMMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

epstomai commented 1 month ago

add using UnityEditor.UIElements;