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)
It looks like you're new here. If you want to get involved, click one of these buttons!
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:
Once this shows, you should be able to run the demo scene.
Thank you.
It worked.