soupday / cc_unity_tools_URP

Package for importing and auto setup of Character Creator (3 & 4) and iClone (7 & 8) character exports for Unity URP Pipeline.
GNU General Public License v3.0
101 stars 26 forks source link

Reference to Codice.Client.Common causes a compilation error of version 1.5.1 #47

Open BartArtanim opened 11 months ago

BartArtanim commented 11 months ago

After upgrading to version 1.5.1 of the tools, we encounter a compilation error in the editor due to the following line:

https://github.com/soupday/cc_unity_tools_URP/blob/921ef06460f1f444bb7c0bcd466e8209f19dff81/Editor/RL.cs#L25C1-L25C28

This seems to be an erroneous using statement, given that commenting it out doesn't break the tool at all.