You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I make any change to a .yarnproject file in the Unity inspector, new entries appear in the "Source Files" field. The entries are always the same: **/.yarn, and each time I repeat the process, more entries appear at once.
If I create a fresh yarnproject it will start fine, with only 1 entry that says **/.yarn and the first time I apply a change, 2 more of that same entry will apear. The next time, 6 will appear and each time that number doubles. This happens even if I delete all entries before applying changes.
Furthermore, nothing happens when I click the button to add new entries myself (although it lets me "apply changes").
This behaviour only happens on my computer, but it happens no mater what Unity project I'm on. It doesn't even stop even after reinstalling unity/unity hub from scratch and cleaning any leftover files.
This problem began happening after some time using yarn spinner, it didn't occur at first. However, I don't recall commiting any significant changes related to yarn spinner during that time.
Yarn Spinner Version: 2.4.2
Unity Version: 2022.3.30f1
Other information
This is the output from the file Editor.log each time a single change is applied: Asset Pipeline Refresh (id=751ed96754d0d2e4d8b6d05ab26719c5): Total: 0.008 seconds - Initiated by RefreshV2(AllowForceSynchronousImport) Start importing Assets/8. Sandbox/Yarn Spinner/SandboxProject.yarnproject using Guid(bc1e161d314ee7a448d0e7937f80c1eb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '831a9f67d569009029f41c60154fe3f2') in 0.027275 seconds Refreshing native plugins compatible for Editor in 19.85 ms, found 4 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Start importing Assets/8. Sandbox/Yarn Spinner/SandboxProject.yarnproject using Guid(bc1e161d314ee7a448d0e7937f80c1eb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '831a9f67d569009029f41c60154fe3f2') in 0.025773 seconds Refreshing native plugins compatible for Editor in 19.25 ms, found 4 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Asset Pipeline Refresh (id=d27081a3f0edc134a982f6f813a6f4a0): Total: 0.198 seconds - Initiated by StopAssetImportingV2(NoUpdateAssetOptions) [Worker0] Start importing Assets/8. Sandbox/Yarn Spinner/SandboxProject.yarnproject using Guid(bc1e161d314ee7a448d0e7937f80c1eb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) [Worker0] -> (artifact id: 'a1be9309e99c8b65c024234e7699884d') in 0.001889 seconds
The text was updated successfully, but these errors were encountered:
Whenever I make any change to a .yarnproject file in the Unity inspector, new entries appear in the "Source Files" field. The entries are always the same: **/.yarn, and each time I repeat the process, more entries appear at once.
If I create a fresh yarnproject it will start fine, with only 1 entry that says **/.yarn and the first time I apply a change, 2 more of that same entry will apear. The next time, 6 will appear and each time that number doubles. This happens even if I delete all entries before applying changes.
Furthermore, nothing happens when I click the button to add new entries myself (although it lets me "apply changes").
This behaviour only happens on my computer, but it happens no mater what Unity project I'm on. It doesn't even stop even after reinstalling unity/unity hub from scratch and cleaning any leftover files.
This problem began happening after some time using yarn spinner, it didn't occur at first. However, I don't recall commiting any significant changes related to yarn spinner during that time.
Other information
This is the output from the file Editor.log each time a single change is applied:
Asset Pipeline Refresh (id=751ed96754d0d2e4d8b6d05ab26719c5): Total: 0.008 seconds - Initiated by RefreshV2(AllowForceSynchronousImport) Start importing Assets/8. Sandbox/Yarn Spinner/SandboxProject.yarnproject using Guid(bc1e161d314ee7a448d0e7937f80c1eb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '831a9f67d569009029f41c60154fe3f2') in 0.027275 seconds Refreshing native plugins compatible for Editor in 19.85 ms, found 4 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Start importing Assets/8. Sandbox/Yarn Spinner/SandboxProject.yarnproject using Guid(bc1e161d314ee7a448d0e7937f80c1eb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '831a9f67d569009029f41c60154fe3f2') in 0.025773 seconds Refreshing native plugins compatible for Editor in 19.25 ms, found 4 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Asset Pipeline Refresh (id=d27081a3f0edc134a982f6f813a6f4a0): Total: 0.198 seconds - Initiated by StopAssetImportingV2(NoUpdateAssetOptions) [Worker0] Start importing Assets/8. Sandbox/Yarn Spinner/SandboxProject.yarnproject using Guid(bc1e161d314ee7a448d0e7937f80c1eb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) [Worker0] -> (artifact id: 'a1be9309e99c8b65c024234e7699884d') in 0.001889 seconds
The text was updated successfully, but these errors were encountered: