reallusion / Auto-Setup-for-Unity

iClone / Character Creator / ActorCore Auto Setup for Unity Script
GNU General Public License v2.0
76 stars 28 forks source link

Material.SetColor issue at RLEditor.cs #3

Open Prorokus opened 3 years ago

Prorokus commented 3 years ago

In the file .../Editor/RLEditor.cs the code at line 1100 rlMaterail.SetColor("_BaseColor", kBaseColor); - works only for SRP projects. But fails for projects with Built-in older Render Pipeline.

Need to use the same logic as lines 1115 - 1122.

lukeyuRL commented 3 years ago

okay, we missed this part