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

It's not actually just a warning - #15

Open
JijaProGamer opened this issue Jun 3, 2024 · 3 comments
Open

It's not actually just a warning - #15

JijaProGamer opened this issue Jun 3, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@JijaProGamer
Copy link

If I Run

openupm add [email protected]

(Also tried 3.2.1, since 3.0.3 your library wants doesn't actually exist)

and then

openupm add com.lachee.discordrpc

I get this warning:

error CS1566: Error reading resource 'DiscordRPC.xml' -- 'Could not find a part of the path 'C:\Users\bloxx\FitZen VR\Packages\com.lachee.discordrpc\Runtime\DiscordRPC.xml'.'

Which won't allow me to actually run the build

@Lachee Lachee added the bug Something isn't working label Jun 6, 2024
@TornadoOfSoup
Copy link

I think this may be due to a missing .meta file for DiscordRPC.xml. I noticed that DiscordRPC.xml exists in the folder when viewed in File Explorer, but doesn't have a .meta file. Every other file with a .meta file in that directory appears properly in the editor, and when I tried renaming or copying DiscordRPC.xml, Unity gave this warning:

Asset Packages/com.lachee.discordrpc/Runtime/DiscordRPC.xml has no meta file, but it's in an immutable folder. The asset will be ignored.

Maybe since it's in an immutable folder when imported as a package, it's unable to generate the .meta file? In this case, it might work fine in development, since I imagine it would be in a normal mutable folder rather than in the package folder Unity doesn't want to touch.

@xflipperkast
Copy link

same issue here

1 similar comment
@Snow0406
Copy link

Snow0406 commented Nov 2, 2024

same issue here

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

5 participants