unity3d-jp / StreamingImageSequence

A package for playing sequential image sequences in Unity Timeline
Other
283 stars 39 forks source link

fix: resolve merge conflict in Metadata #494

Closed gupon closed 3 months ago

gupon commented 3 months ago

Resolved a merge conflict in the asset file by removing duplicate GUID entries. The file now has a single GUID entry and is properly formatted.

Unity Editor is continuously displaying the following warning at regular intervals:

The GUID inside 'Packages/com.unity.streaming-image-sequence/Runtime/Scripts.meta' cannot be extracted by the YAML Parser. Attempting to extract it via string matching instead.
sindharta-tanuwijaya commented 3 months ago

Thank you for your pull request. Could you please share how you managed to reproduce the error you mentioned above ? Having a repro project would be very helpful.

gupon commented 3 months ago

@sindharta-tanuwijaya I'm sorry that I don't know how to share the project itself instantly, but it could be produced in following simple steps:

  1. Create empty URP project in Unity Hub (2022.3.35f1)
  2. In package manager, add Streaming Image Sequence package from git (0.17.2-preview)
  3. Warnings come up in console.

I'm using macOS Sonoma 14.5 (23F79)

sindharta-tanuwijaya commented 3 months ago

Merging to a branch inside this repo to run our CI. Thank you for your contribution.