UnityRef is currently in early development. Some features may be incomplete and/or not functioning.

UNITYREF

Your Pit Stop For Solving ANYTHING in Unity

architecture

[Unity Learn] Fix Pathway Progress Stuck at 0/6 Missions Completed

Solution

workflowtroubleshootingcloud servicesonline features

Unity 2019.x - Unity 6.3.x

Published 21 days ago

Issue

 Users often encounter a bug where the Unity Learn dashboard displays 0% progress or 0/6 missions completed, even after finishing every tutorial. This discrepancy usually occurs because the backend Mission Completion logic was updated to a stricter validation model.

Explanation

The Unity Learn backend has migrated to a new infrastructure, changing how Mission Completion is calculated. In previous versions, progress was often gated by specific checkpoints or quizzes. The updated system requires a “Complete” status on every individual page, video, and quiz within a mission to reach Mission Completion.

To resolve progress discrepancies and update your Mission Completion status, follow these steps:

  1. Log into your Unity ID account and navigate to the specific pathway.
  2. Open each individual mission and expand the module list to check for Mission Completion status.
  3. Identify any tutorial steps without a green checkmark.
  4. Open those steps and ensure they are scrolled to the bottom or the ‘Mark as Complete’ button is clicked to trigger Mission Completion.
  5. Refresh the main pathway page to synchronize the Mission Completion status.

Additional Tips

  • Verify that you are not using an ad-blocker, as it can sometimes prevent the API call that updates Mission Completion.
  • If a module is stuck, try clearing your browser cookies or using an Incognito window to force a session refresh for Mission Completion.
  • Ensure you are logged into the same Unity ID used when starting the pathway, as Mission Completion is not shared across multiple accounts.

TL;DR

Recent infrastructure updates to Unity Learn require every single sub-module to be manually checked. Progress is no longer granted solely via Mission Completion checkpoints but through granular step validation.


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.