Nolkeg / AdjustTHWannayuk

Adjust Thai wannayuk position in Unity
5 stars 3 forks source link

Unity 2022.3.10f1 : Conversion issue. #1

Open samavan opened 10 months ago

samavan commented 10 months ago
  1. Import the plugin from Package Manager to auto-import the plugin: https://github.com/Nolkeg/AdjustTHWannayuk.git

  2. first the unity editor will log some import warnings.

  3. Restart Unity, and it will ask to start on safe mode >> just press ignore.

  4. once unity starts the following 3 errors show in the console :

image

`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! :)

samavan commented 10 months ago

This could be a possible direction of the issue : image