Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.26 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.26 KB

Description

This package addresses an issue in Unity UI Toolkit where moving UXML files breaks references to templates within those files, causing Unity to log warnings.
The package automatically updates template paths inside UXML files when they are moved.

Usage

After installation, the package works automatically. When you move UXML files, template references will be updated without any action required on your part.
It works by using the AssetPostprocessor.

Also, during the first installation, you may need to manually call the update of all UXMLs. изображение изображение

Install

  1. Open the Package Manager from Window > Package Manager
  2. "+" button > Add package from git URL
  3. Enter the following

Now: https://github.com/naxa1ka/UXMLSrcFixer.git?path=Assets/Plugins/Nxlk/UXMLSrcFixer#1.1.1