first the unity editor will log some import warnings.
Restart Unity, and it will ask to start on safe mode >> just press ignore.
once unity starts the following 3 errors show in the console :
`Library\PackageCache\com.jiraphat.adjustthwannayuk@c3373218e2\Editor\AdjustWannayuk.cs(64,82): error CS1503: Argument 1: cannot convert from 'System.Collections.Generic.List' to 'System.Collections.Generic.IEnumerable'
Library\PackageCache\com.jiraphat.adjustthwannayuk@c3373218e2\Editor\AdjustWannayuk.cs(150,69): error CS0029: Cannot implicitly convert type 'System.Collections.Generic.List' to 'System.Collections.Generic.List'
Library\PackageCache\com.jiraphat.adjustthwannayuk@c3373218e2\Editor\AdjustWannayuk.cs(165,65): error CS0029: Cannot implicitly convert type 'System.Collections.Generic.List' to 'System.Collections.Generic.List'
`
Import the plugin from Package Manager to auto-import the plugin: https://github.com/Nolkeg/AdjustTHWannayuk.git
first the unity editor will log some import warnings.
Restart Unity, and it will ask to start on safe mode >> just press ignore.
once unity starts the following 3 errors show in the console :
`Library\PackageCache\com.jiraphat.adjustthwannayuk@c3373218e2\Editor\AdjustWannayuk.cs(64,82): error CS1503: Argument 1: cannot convert from 'System.Collections.Generic.List' to 'System.Collections.Generic.IEnumerable'
Library\PackageCache\com.jiraphat.adjustthwannayuk@c3373218e2\Editor\AdjustWannayuk.cs(150,69): error CS0029: Cannot implicitly convert type 'System.Collections.Generic.List' to 'System.Collections.Generic.List'
Library\PackageCache\com.jiraphat.adjustthwannayuk@c3373218e2\Editor\AdjustWannayuk.cs(165,65): error CS0029: Cannot implicitly convert type 'System.Collections.Generic.List' to 'System.Collections.Generic.List'
`
Thank you! :)