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
Hello, during build I got following error: error CS1566: Error reading resource 'DiscordRPC.xml' -- 'Could not find a part of the path '\Packages\com.lachee.discordrpc\Runtime\DiscordRPC.xml'.'
Editor Version: 2022.3.14f1
do You have any idea why it could happen? I also tried different version of that package but fails everytime
The text was updated successfully, but these errors were encountered:
also after failed build this error shows:
error CS1566: Error reading resource 'DiscordRPC.xml' -- 'Could not find a part of the path 'M:\StreamGames\gmtk2023\Packages\com.lachee.discordrpc\Runtime\DiscordRPC.xml'.'
adding an empty file does the trick, although its in a place where unity dislikes files being placed.
its not great... without doing this it breaks a project when running in editor, as well as in a build, and prevents code updates without making it obvious why.
Hello, during build I got following error:
error CS1566: Error reading resource 'DiscordRPC.xml' -- 'Could not find a part of the path '\Packages\com.lachee.discordrpc\Runtime\DiscordRPC.xml'.'
Editor Version: 2022.3.14f1
do You have any idea why it could happen? I also tried different version of that package but fails everytime
The text was updated successfully, but these errors were encountered: