Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Missing meta files for /Runtime/Plugins/iOS #1010

Open
max-krichenbauer opened this issue Dec 10, 2023 · 4 comments
Open

[BUG]: Missing meta files for /Runtime/Plugins/iOS #1010

max-krichenbauer opened this issue Dec 10, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@max-krichenbauer
Copy link

Package version

3.0.0-pre.7

Environment

* OS: Windows10
* Unity version: Unity 2020.3.37

Steps To Reproduce

Add com.unity.webrtc to project via package manager or as a dependency of Unity Render Streaming.

Current Behavior

Error messages are displayed in the Console:

Asset Packages/com.unity.webrtc/Runtime/Plugins/iOS/webrtc.framework/Info.plist has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.unity.webrtc/Runtime/Plugins/iOS/webrtc.framework/webrtc has no meta file, but it's in an immutable folder. The asset will be ignored.

Expected Behavior

No error messages should be displayed in the Console.

Anything else?

It seems like these two files are the only one in the repository that don't have a .meta file.
https://github.com/Unity-Technologies/com.unity.webrtc/tree/main/Runtime/Plugins/iOS/webrtc.framework

@max-krichenbauer max-krichenbauer added the bug Something isn't working label Dec 10, 2023
@karasusan
Copy link
Collaborator

karasusan commented Dec 11, 2023

@max-krichenbauer
That's odd.
Unity Editor should ignore the meta file in framework folder.
Can you try another version of Unity Editor? I recommend that you use 2022 LTS version.

@FaustianDeal
Copy link

Same error. The meta files aren't included in the package so Unity throws the same error.
Package Version: 3.0.0-pre.7
Environment:
OS: Windows 11
Unity version: Unity 2021.3.19f1 LTS

Error Message:
Asset Packages/com.unity.webrtc/Runtime/Plugins/iOS/webrtc.framework/Info.plist has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.unity.webrtc/Runtime/Plugins/iOS/webrtc.framework/webrtc has no meta file, but it's in an immutable folder. The asset will be ignored.

@FaustianDeal
Copy link

As a temporary workaround, you can manually download the missing meta files from here:
https://github.com/Unity-Technologies/com.unity.webrtc/tree/M116/Runtime/Plugins/iOS/webrtc.framework
And put them into the package's temporary directory (not by dragging them into the Unity editor)
However, you'll have to do this every time you load the project.

@max-krichenbauer
Copy link
Author

Can confirm that this does not happen in Unity2022.3.15f1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants