Trying to import UGUI as Plugin

I want to make some modification to the UGUI core, for that i need to import it inside my project but when i do that all referecnes to UI scripts gone missing. Any advice?

You should turn the ugui package into an embedded dependency, then you can directly edit the scripts in the package.

4 Likes

Aww… i didn’t knew about this feature, thank you.