FirstGearGames / FishNet

FishNet: Unity Networking Evolved.
Other
1.23k stars 136 forks source link

Import warning in Unity #710

Open CRG-Viktor opened 6 days ago

CRG-Viktor commented 6 days ago

General Unity version: 2022.3.35f1 Fish-Networking version: 4.3.6r-pro Discord link: https://discord.com/channels/424284635074134018/1034477094731784302/1257627990565720065

Description Hi, there is a broken meta file in the repository of fishnet right now

The file in question: https://github.com/FirstGearGames/FishNet/blob/main/Assets/FishNet/Runtime/Managing/Prediction.meta

The warning: The GUID inside 'FishNet/Runtime/Managing/Prediction.meta' cannot be extracted by the YAML Parser. Attempting to extract it via string matching instead. Please verify the file does not contain unexpected data.

Replication Steps to reproduce the behavior:

  1. Import fishnet in a new project

Expected behavior No errors or warnings

Screenshots If applicable, add screenshots to help explain your problem.

CRG-Viktor commented 5 days ago

Also found that this file has the same issue https://github.com/FirstGearGames/FishNet/blob/main/Assets/FishNet/CodeGenerating/Processing/Prediction.meta

FirstGearGames commented 3 days ago

I'll delete the metas so they regenerate. Thanks! Resolved in 4.3.8.

FirstGearGames commented 2 days ago

I've deleted the meta files and reimported all to test for warning, it did not appear. Let's hope that resolves it for the upcoming release.