Hi,
I’ve encountered issues after installing the RPM SDK in Unity via a Git link.
I’m using Unity Editor version 2020.3.27 f1, and after installation, the RPM tab does not appear in the editor, and the start window does not open automatically.
When I try clicking on the ConfigEditor script in the project window, additional errors pop up. Below are the specific errors that I see:
CS8124: Tuple must contain at least two elements
Location: Library\PackageCache\com.readyplayerme.core@6310 fded25\Runtime\Core\Scripts\Utils\AvatarAnimationHelper.cs(19,87)
CS1526: A new expression requires (), [], or {} after type
Location: Library\PackageCache\com.readyplayerme.core@6310 fded25\Runtime\Core\Scripts\Utils\AvatarAnimationHelper.cs(19,88)
Additionally, when clicking on the ConfigEditor script, I get these TypeLoadException errors:
Could not load type 'ReadyPlayerMe.Core.Lod'
Could not load type 'ReadyPlayerMe.Core.Pose'
Could not load type 'ReadyPlayerMe.Core.TextureAtlas'
I followed the standard installation instructions and ensured that the Git link was correct.
Could you help me troubleshoot these issues?
Any guidance would be appreciated!