Unity-Technologies / EntityComponentSystemSamples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

editor error

kulame opened this issue · comments

i found some editor error message on dtos

Library\PackageCache\com.unity.platforms.windows@0.10.0-preview.10\Editor\Unity.Build.Windows.Classic\NonIncremental\WindowsClassicNonIncrementalPipeline.cs(21,39): error CS0508: 'WindowsClassicNonIncrementalPipeline.OnCanRun(RunContext)': return type must be 'ResultBase' to match overridden member 'ClassicPipelineBase.OnCanRun(RunContext)'

Library\PackageCache\com.unity.platforms.windows@0.10.0-preview.10\Editor\Unity.Build.Windows.Classic\NonIncremental\WindowsRunInstance.cs(5,39): error CS0535: 'WindowsRunInstance' does not implement interface member 'IRunInstance.Kill()'

Library\PackageCache\com.unity.platforms.windows@0.10.0-preview.10\Editor\Unity.Build.Windows.Classic\WindowsMenuItem.cs(10,90): error CS0117: 'BuildConfigurationMenuItem' does not contain a definition for 'k_BuildConfigurationMenu'

Library\PackageCache\com.unity.platforms.windows@0.10.0-preview.10\Editor\Unity.Build.Windows.Classic\WindowsMenuItem.cs(12,19): error CS0182: An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type

Library\PackageCache\com.unity.platforms.windows@0.10.0-preview.10\Editor\Unity.Build.Windows.DotsRuntime\WindowsBuildTarget.cs(20,30): error CS0115: 'WindowsBuildTarget.Run(FileInfo)': no suitable method found to override

Library\PackageCache\com.unity.platforms.windows@0.10.0-preview.10\Editor\Unity.Build.Windows.DotsRuntime\WindowsBuildTarget.cs(29,46): error CS0115: 'WindowsBuildTarget.RunTestMode(string, string, int)': no suitable method found to override

Library\PackageCache\com.unity.platforms.windows@0.10.0-preview.10\Editor\Unity.Build.Windows.DotsRuntime\WindowsBuildTarget.cs(64,11): error CS0534: 'IL2CPPWindowsBuildTarget' does not implement inherited abstract member 'BuildTarget.Platform.get'

Library\PackageCache\com.unity.platforms.windows@0.10.0-preview.10\Editor\Unity.Build.Windows.DotsRuntime\WindowsBuildTarget.cs(64,11): error CS0534: 'IL2CPPWindowsBuildTarget' does not implement inherited abstract member 'BuildTarget.Run(FileInfo, Type[])'

Library\PackageCache\com.unity.platforms.windows@0.10.0-preview.10\Editor\Unity.Build.Windows.DotsRuntime\WindowsBuildTarget.cs(55,11): error CS0534: 'DotNetStandard20WindowsBuildTarget' does not implement inherited abstract member 'BuildTarget.Platform.get'

Library\PackageCache\com.unity.platforms.windows@0.10.0-preview.10\Editor\Unity.Build.Windows.DotsRuntime\WindowsBuildTarget.cs(55,11): error CS0534: 'DotNetStandard20WindowsBuildTarget' does not implement inherited abstract member 'BuildTarget.Run(FileInfo, Type[])'

Library\PackageCache\com.unity.platforms.windows@0.10.0-preview.10\Editor\Unity.Build.Windows.DotsRuntime\WindowsBuildTarget.cs(41,11): error CS0534: 'DotNetTinyWindowsBuildTarget' does not implement inherited abstract member 'BuildTarget.Platform.get'

Library\PackageCache\com.unity.platforms.windows@0.10.0-preview.10\Editor\Unity.Build.Windows.DotsRuntime\WindowsBuildTarget.cs(41,11): error CS0534: 'DotNetTinyWindowsBuildTarget' does not implement inherited abstract member 'BuildTarget.Run(FileInfo, Type[])'

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchy.cs(9,38): error CS0122: 'ListView' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\Search\ComponentTypesTrie.cs(10,25): error CS0122: 'Trie' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\Search\ComponentTypeAutoComplete.cs(6,39): error CS0122: 'AutoComplete' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(9,33): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\EntityDiffer.cs(108,20): error CS0305: Using the generic type 'UnsafeList<T>' requires 1 type arguments

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\IEntityHierarchy.cs(34,45): error CS0246: The type or namespace name 'FixedString64' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(71,36): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(75,14): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(77,14): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(79,14): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(71,21): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(71,36): error CS0538: 'ITreeViewItem' in explicit interface declaration is not an interface

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(30,51): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyWindow.cs(10,35): error CS0122: 'DOTSEditorWindow' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\EntityDiffer.cs(109,20): error CS0305: Using the generic type 'UnsafeList<T>' requires 1 type arguments

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(69,16): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyNodeId.cs(24,54): error CS0246: The type or namespace name 'FixedString64' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(438,20): error CS0305: Using the generic type 'UnsafeList<T>' requires 1 type arguments

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(14,34): error CS0122: 'BasicPool<T>' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(75,37): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(75,14): error CS0538: 'ITreeViewItem' in explicit interface declaration is not an interface

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyState.cs(169,52): error CS0246: The type or namespace name 'FixedString64' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(77,46): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(77,14): error CS0538: 'ITreeViewItem' in explicit interface declaration is not an interface

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(79,40): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItem.cs(79,14): error CS0538: 'ITreeViewItem' in explicit interface declaration is not an interface

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyWindow.cs(72,33): error CS0115: 'EntityHierarchyWindow.OnWorldsChanged(bool)': no suitable method found to override

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyWindow.cs(133,33): error CS0115: 'EntityHierarchyWindow.OnWorldSelected(World)': no suitable method found to override

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyWindow.cs(163,33): error CS0115: 'EntityHierarchyWindow.OnUpdate()': no suitable method found to override

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\Inspector\EntityHeader.Inspector.cs(10,45): error CS0122: 'EntityHeader' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\EntityDiffer.cs(20,38): error CS8377: The type 'EntityDiffer.ChangesCollector' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'NativeList<T>'

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchy.cs(427,61): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyWindow.cs(28,9): error CS0122: 'CenteredMessageElement' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchy.cs(24,23): error CS0122: 'ITreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchyItemView.cs(15,34): error CS0122: 'BasicPool<T>' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\View\EntityHierarchy.cs(32,18): error CS0122: 'CenteredMessageElement' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(439,20): error CS0305: Using the generic type 'UnsafeList<T>' requires 1 type arguments

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyState.cs(34,46): error CS0246: The type or namespace name 'FixedString64' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(440,20): error CS0305: Using the generic type 'UnsafeList<T>' requires 1 type arguments

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(441,20): error CS0305: Using the generic type 'UnsafeList<T>' requires 1 type arguments

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(446,20): error CS0305: Using the generic type 'UnsafeList<T>' requires 1 type arguments

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(447,20): error CS0305: Using the generic type 'UnsafeList<T>' requires 1 type arguments

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(448,20): error CS0305: Using the generic type 'UnsafeList<T>' requires 1 type arguments

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\EntityDiffer.cs(122,38): error CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type ('EntityDiffer.ChangesCollector')

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\SystemSchedule\Details\SystemDetailsVisualElement.cs(36,16): error CS0122: 'SystemTreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\SystemSchedule\Details\SystemDetailsVisualElement.cs(51,16): error CS0122: 'SystemTreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\SystemSchedule\Details\SystemDetailsVisualElement.cs(53,16): error CS0122: 'SearchQueryParser' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(21,38): error CS8377: The type 'ComponentDataDiffer.ChangesCollector' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'NativeList<T>'

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyState.cs(399,20): error CS0246: The type or namespace name 'FixedString64' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(144,74): error CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type ('ComponentDataDiffer.ChangesCollector')

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(228,58): error CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type ('ComponentDataDiffer.ChangesCollector')

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(234,62): error CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type ('ComponentDataDiffer.ChangesCollector')

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyDiffer.cs(21,18): error CS0122: 'Cooldown' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\SystemSchedule\Details\SystemDetailsVisualElement.cs(21,9): error CS0122: 'SearchQueryParser' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\SharedComponentDataDiffer.cs(501,20): error CS0305: Using the generic type 'UnsafeList<T>' requires 1 type arguments

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyDefaultGroupingStrategy.cs(397,56): error CS0122: 'EntityComponentStore' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\SystemSchedule\Details\SystemDetailsVisualElement.cs(35,9): error CS0122: 'SystemTreeViewItem' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\EntityDiffer.cs(300,60): error CS8377: The type 'EntityDiffer.ChangesCollector' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'NativeList<T>'

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(366,56): error CS8377: The type 'ComponentDataDiffer.Result' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'NativeReference<T>'

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyDefaultGroupingStrategy.cs(397,78): error CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type ('EntityComponentStore')

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(454,46): error CS8377: The type 'ComponentDataDiffer.Result' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'NativeReference<T>'

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\ComponentDataDiffer.cs(457,61): error CS8377: The type 'ComponentDataDiffer.Result' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'NativeReference<T>'

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\SharedComponentDataDiffer.cs(500,20): error CS0122: 'Chunk' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\SharedComponentDataDiffer.cs(502,20): error CS0305: Using the generic type 'UnsafeList<T>' requires 1 type arguments

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\SharedComponentDataDiffer.cs(29,38): error CS8377: The type 'SharedComponentDataDiffer.ChangesCollector' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'NativeList<T>'

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\SharedComponentDataDiffer.cs(208,74): error CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type ('SharedComponentDataDiffer.ChangesCollector')

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyWindow.cs(30,19): error CS0122: 'Constants' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\EntityHierarchyWindow.cs(30,69): error CS0122: 'Constants' is inaccessible due to its protection level

Library\PackageCache\com.unity.dots.editor@0.12.0-preview.6\Editor\EntityHierachy\DataDiffers\SharedComponentDataDiffer.cs(500,27): error CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type ('Chunk')

my editor version is 2022.2.0b9

is unity dots available now