[Platform Toolkit] Fix Access Denied for com.unity.platformtoolkit.steam
Solution
Unity 2022.3.x - Unity 6.3.x
Published 19 days ago
An Error adding/removing packages occurs when attempting to install the com.unity.platformtoolkit.steam package. The console indicates that access to download the package is denied due to a missing subscription tier, preventing the installation from completing.
Installation of com.unity.platformtoolkit.steam requires an active Unity Pro subscription. Access is denied if the user account is not correctly authenticated in Unity Hub.
Verify that your organization holds an active Unity Pro subscription by visiting id.unity.com. The Package Manager validates seat assignments against the UPM registry; an ‘Access Denied’ error typically signifies a server-side license validation failure.
- Log in to your
Unity IDportal to confirm the status of your Unity Pro subscription. - In
Unity Hub, ensure you are signed into the specific account associated with the Unity Pro license. - Navigate to
Unity Hubsettings and refresh your license to synchronize the local entitlement. - Open the
Package Managerin theUnity Editorand attempt to add the package again.
Additional Tips:
- Ensure
Unity Hubis updated to the latest version to handle modern authentication tokens correctly. - If the error persists, sign out of
Unity Huband sign back in to force a refresh of the credential cache. - Verify that your firewall allows traffic to
download.packages.unity.comto prevent connection timeouts during license checks.
Related Posts Haven't quite found a solution to your problem? We think these posts might help you.
Content inspired by a Unity discussion post.