Hello. Due too my work, i had to stop my project for a couple of years. Now i wanted to put my hands on it again, but... i had updated unity to last version and also Adventure creator but nothing works anymore...
Adventure creator panel is disappeared, all scripts has compilimng errors... how is it possible? How can i get it back working?
Thanks for help
Image
https://pic.infini.fr/gallery#UrvQIEw0/H6TbfLDI.png
some Errors
Assets\AdventureCreator\Scripts\Animation\AnimEngine_Sprites2DToolkit.cs(292,19): error CS0122: 'Char.walkSound' is inaccessible due to its protection level
Assets\AdventureCreator\Scripts\Animation\AnimEngine_Sprites2DToolkit.cs(296,19): error CS0122: 'Char.walkSound' is inaccessible due to its protection level
Assets\AdventureCreator\Scripts\Animation\AnimEngine_Sprites2DToolkit.cs(303,19): error CS0122: 'Char.runSound' is inaccessible due to its protection level
Assets\AdventureCreator\Scripts\Animation\AnimEngine_Sprites2DToolkit.cs(307,19): error CS0122: 'Char.runSound' is inaccessible due to its protection level
Assets\AdventureCreator\Scripts\Animation\AnimEngine_Sprites2DToolkit.cs(420,18): error CS0122: 'Char.walkSound' is inaccessible due to its protection level
Assets\AdventureCreator\Scripts\Animation\AnimEngine_Sprites2DToolkit.cs(424,18): error CS0122: 'Char.walkSound' is inaccessible due to its protection level
Assets\AdventureCreator\Scripts\Animation\AnimEngine_Sprites2DToolkit.cs(431,18): error CS0122: 'Char.runSound' is inaccessible due to its protection level
Assets\AdventureCreator\Scripts\Animation\AnimEngine_Sprites2DToolkit.cs(435,18): error CS0122: 'Char.runSound' is inaccessible due to its protection level
Assets\AdventureCreator\Scripts\Templates\InputSystem\Scripts\Editor\InputSystemTemplate.cs(24,40): warning CS0414: The field 'InputSystemTemplate.menuManager' is assigned but its value is never used
Assets\AdventureCreator\Scripts\Managers\SettingsManager.cs(73,33): warning CS0414: The field 'SettingsManager.takeSaveScreenshots' is assigned but its value is never used
Failed to find entry-points:
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Third-party assets won't show inside Unity if there is a compilation error.
The error is coming from the presence of the AnimEngine_Sprites2DToolkit script file, which is deprecated and no longer a part of AC.
Delete this file, and AC should re-compile.
Thanks!!!! It workrd,