I'm using Unity 2019.1.0f2 as the guide says (it says 2019.1)
I never managed to start using unity because i can't solve these errors and lose motivation, and this time i just started..
What i did is:
1. Open 3d project with 2019.1.0f2 version
2. Imported "3d Beginner: Tutorial resources" from asset store
and now my console is full of errors:
----------
An error occurred while resolving packages:
Project has invalid dependencies:
com.unity.2d.sprite: Package [com.unity.2d.sprite@1.0.0] cannot be found
com.unity.2d.tilemap: Package [com.unity.2d.tilemap@1.0.0] cannot be found
com.unity.modules.androidjni: Package [com.unity.modules.androidjni@1.0.0] cannot be found
Assembly for Assembly Definition File 'Packages/com.unity.analytics/Tests/Editor/Unity.Analytics.StandardEvents.EditorTests.asmdef' will not be compiled, because it has no scripts associated with it.
UnityEditor.Scripting.ScriptCompilation.EditorCompilationInterface:CompileScripts(EditorScriptCompilationOptions, BuildTargetGroup, BuildTarget)
----------
i have 12 CS1061 errors and 3 CS0117
Library\PackageCache\com.unity.collab-proxy@1.3.9\Editor\Models\Providers\Collab.cs(108,22): error CS1061: 'Collab' does not contain a definition for 'ChangeItemsChanged' and no accessible extension method 'ChangeItemsChanged' accepting a first argument of type 'Collab' could be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.collab-proxy@1.3.9\Editor\UserInterface\Bootstrap.cs(23,20): error CS0117: 'Collab' does not contain a definition for 'ShowChangesWindow'
----------
and other errors
Library\PackageCache\com.unity.timeline@1.4.7\Runtime\Animation\AnimationPreviewUpdateCallback.cs(12,14): error CS0246: The type or namespace name 'IAnimationWindowPreview' could not be found (are you missing a using directive or an assembly reference?)
[StyleSheetImportError: error=Semantic, code=UnsupportedUnit, context=100%]
↧