Is there a bug at the end of the last Mission of the Junior Programmer Pathway?

I did that pathway some time ago, just the game to show the oo-principals to finish the last mission was missing. Now I returned here and can not get to the page, where I can submit the game. Clicking “Continue to next item” in the last tutorial brings me back to the first tutorial of the mission. Clicking on “Mission Checkpoint” has no effect. It doesn’t matter, what version i choose. Clicking on the marked “Mission Checkpoint” at the “Home > Pathways > Junior Programmer” site brings me to the quiz, I allready finished. Clicking “continue” at the end brings me to the first tutorial of the last mission as well. What can I do? Please help.

It seems to be fixed rigt now :slight_smile:

Yes, it works! Finally i got that badge! :smile::smile::smile:
Thank’s for fixing it!

I’m sorry to hear that you’re having trouble submitting your game for the Junior Programmer pathway. If you’re unable to find the submission page through the pathway or mission checkpoint, you can try accessing it directly using this link: https://learn.unity.com/project/junior-programmer-pathway-submission-form

If that doesn’t work, you can try contacting Unity support for further assistance. They may be able to help you troubleshoot the issue and find a solution. You can reach Unity support by filling out a support request form on their website or by sending an email to support@unity3d.com.

I hope this helps, and good luck with your game submission!

hey there I am facing same issue
I can’t submit the last submission in unity jr. Programmer pathway

Did you ever solve this? I am stuck at the end as well.

4-programming essentials. Many additional code in the video, which wasn’t type in previous lessons. Wrong code with Jump function. Really frustrating thing for very very beginners

Fixed by Gemini

private void Update()
{
if (Keyboard.current.spaceKey.wasPressedThisFrame)
{
rb.AddForce(Vector3.up * jumpForce, ForceMode.Impulse);
}
}

Hi,

Thank you for flagging this!

I am investigating this issue and will send an update when this is resolved!

Thanks,

Hi @janhuybrechs please note that the issue has now been resolved, please try again and let us know if you continue to experience issues with the submissions.