Forum rules - please read before posting.

Movement template: 2D first-person DEMO It's not working.

This DEMO does not work.
My unity is 2021.3.18f1
Sorry for the lack of explanation, English is not my strong point!
I am getting an error like the one below

NullReferenceException: Object reference not set to an instance of an object
AC.CameraNode2D.OnSwitchCamera (AC._Camera fromCamera, AC._Camera toCamera, System.Single transitionTime) (at Assets/AdventureCreator/Downloads/2D first person/Scripts/CameraNode2D.cs:81)

Comments

  • Welcome to the community, @shige.

    Each AC game relies its own set of Managers, and these Managers must be loaded into your project before that game will run.

    You can assign these Managers into your AC Game Editor window by double-clicking the package's 2DFirstPerson_ManagerPackage asset file. You should then find the following message appear in the Console:

    2DFirstPerson_ManagerPackage - (8) Managers assigned.
    

    Once this shows, you should be able to run the demo scene.

  • Thank you.
    It worked.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.