LoGaCulture / LUTE

LUTE stands for LoGaCulture Unity Toolkit/Engine. A Unity based tool to create narrative rich location-based games for the purposes of heritage preservation.
MIT License
0 stars 2 forks source link

Persistent Tool Icons #4

Open Jacki3 opened 4 months ago

Jacki3 commented 4 months ago

Describe the bug Icons for adding orders and those found in the engine window will reset on new project loading - ensure that these are loaded from a resources folder automatically or that we do not reset values between imports.

To Reproduce Steps to reproduce the behavior:

  1. Reimport the project
  2. Observe that the Node, Orders and Window are blank where icon images should be

Expected behavior Should see all icons that developers have set and this should be persistent between all importing.

Additional context Must be a way to ensure that this does not get reset on uploading - is it a git ignore issue?