Search Unity

Official What's New on Unity Learn (May2021)

Discussion in 'Community Learning & Teaching' started by GregoryLane, May 20, 2021.

  1. GregoryLane

    GregoryLane

    Joined:
    Mar 11, 2020
    Posts:
    45
    April/May 2021 Site-Wide Patch Notes

    New Projects
    • Start here to learn Visual Scripting, whether you are new to Unity or an experienced Unity programmer. If you are new to programming, you will learn the basics of programming along the way. Everything you need to know before starting this project is in the Unity Essentials Pathway.

    • Visual Scripting application: Clive the Cat's 'Visual Crypting' (https://learn.unity.com/project/visual-scripting-application-clive-the-cat-s-visual-crypting)

    • Clive wants his food dish — but first he must navigate through his maze-like crypt, figure out how to open doors, and find ways to pass around various obstacles — even a fox! Learn intermediate and advanced techniques in Visual Scripting including super units, events, and State Machines.

    • You will create prototypes, attempt challenges, and complete quizzes to build and solidify your skill set. At the same time, you will be guided through creating your own unique VR project from start to finish, beginning with a blank design document and ending with a fully functional project.

    • Whether you want to create an interactive walkthrough of an ancient ruin, a product configurator for a car manufacturer, a simulator for operating dangerous machinery, or any other experience, this course will help you bring those ideas to life in VR.
    Live Learning

    All live sessions are recorded and usually available on the following business day to watch on demand.

      • The real-time revolution has arrived in previs, CG animation, VFX and more, empowering directors and artists to produce storytelling projects that are closer to their creative visions. But achieving best results in real-time creation requires an in-depth understanding of the rapidly evolving technologies that power it.

      • Sign up today and join us live beginning April 28, 2021.
    • Create with Code: Live - Spring 2021
      https://learn.unity.com/course/create-with-code-live-spring-2021
    • Join us for Create with Code Live, a free, four-week program where you’ll gain foundational skills in Unity and C# programming to be able to create your own real-time 3D interactive games and experiences. The course will also set you up for success by teaching you the skills required to take the Unity Certified User: Programmer exam.

    • Sign up today and join us live beginning May 17, 2021.
    Unity Live Help
    • Get to know our Live Help Experts better with more robust expert profiles! Profiles now better reflect experts’ backgrounds and what to know before booking time with them to assist with your project or learning journey.

    • New Lessons:

    Learn Site-wide Updates
     
  2. Joe-Bubaganoosh

    Joe-Bubaganoosh

    Joined:
    Jan 6, 2016
    Posts:
    3
    Just tried doing the Clive the Cat Visual Crypting tutorial after completing the Intro to Visual Scripting but got the following error after importing the assets and can't go any further because its says all compiler errors must be fixed.

    Assets\VisualScriptingTutorial\CompleteGame\Scripts\Level.cs(8,7): error CS0246: The type or namespace name 'Antlr' could not be found (are you missing a using directive or an assembly reference?)

    I am using Unity 2021.1.9f1

    Any tips on how to get it working
     
  3. Joe-Bubaganoosh

    Joe-Bubaganoosh

    Joined:
    Jan 6, 2016
    Posts:
    3
    Deleted line 8 of the Level.cs file
    using Antlr.Runtime.Tree;

    That got it working