Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Farland Skies - Low Poly skybox with custom shader

Discussion in 'Assets and Asset Store' started by PhannGor, Jun 18, 2016.

  1. PhannGor

    PhannGor

    Joined:
    Feb 5, 2015
    Posts:
    226
    Hi @Abended,
    I've again missed a notification from this forum thread... regarding that bug, I've able to reproduce that in 2019.3 but now on 2019.4 all seems to work fine. Can you please confirm or deny that?

    Also, please reach us directly on support email, that will allow us to reply and resolve issues faster. Sorry again for the delayed reply and any inconvenience caused by that.
     
  2. Streamfall

    Streamfall

    Joined:
    Aug 8, 2011
    Posts:
    43
    Hello! I've found this asset to be really important but I have an error I'd like to ask about. @PhannGor

    The error has happened for years, and I keep finding ways to work around it. Today it halted my progress and I am out of ideas.

    Whenever I attempt to build my addressable assets, a bunch of errors pop up related to Farland Skies. It seems to be an issue of the Editor folder not being found or some weirdness with assemblies.

    This image does not work in the forum image tag for some reason. But just so you know what I'm talking about : https://ibb.co/1RpnPv1

    I am not attempting to pack anything from Farland Skies into the asset reference. The plugin folder is in a different place but I have the path marked correctly in settings.

    This is happening on Win10, 2020.2.1f1, but has happened in previous editor versions, and I have cleared the 5x cache in AppData, so I do think I am up to date on Farland Skies. Addressables is 1.16.16, but it has happened in previous versions. I had for a long time assumed this was a bug in addressables or the assembly references that I added so that my scripts (in their own namespace) could access them. However, I have since moved the folder to be in the same folder as my scripts, removed the asset ref, and re-imported. So ... here I am.

    This has something to do with the Editor folders / namespace not being detected in the addressables process.

    Code (CSharp):
    1. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(69,30): error CS0115: 'SkyboxControllerEditor.OnInspectorGUI()': no suitable method found to override
    2. [INDENT]
    3. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(122,30): error CS0115: 'SkyboxDayNightCycleEditor.OnInspectorGUI()': no suitable method found to override
    4.  
    5. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\DotParams\Editor\BaseParamDrawer.cs(6,45): error CS0246: The type or namespace name 'PropertyDrawer' could not be found (are you missing a using directive or an assembly reference?)
    6.  
    7. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\DotParams\Editor\BaseParamDrawer.cs(14,49): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    8.  
    9. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\DotParams\Editor\BaseParamDrawer.cs(19,51): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    10.  
    11. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\Editor\FarlandSkiesPreferences.cs(29,23): error CS0246: The type or namespace name 'SettingsProvider' could not be found (are you missing a using directive or an assembly reference?)
    12.  
    13. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\Editor\FarlandSkiesPreferences.cs(28,10): error CS0246: The type or namespace name 'SettingsProviderAttribute' could not be found (are you missing a using directive or an assembly reference?)
    14.  
    15. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\Editor\FarlandSkiesPreferences.cs(28,10): error CS0246: The type or namespace name 'SettingsProvider' could not be found (are you missing a using directive or an assembly reference?)
    16.  
    17. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(9,43): error CS0246: The type or namespace name 'Editor' could not be found (are you missing a using directive or an assembly reference?)
    18.  
    19. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(8,6): error CS0246: The type or namespace name 'CustomEditorAttribute' could not be found (are you missing a using directive or an assembly reference?)
    20.  
    21. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(8,6): error CS0246: The type or namespace name 'CustomEditor' could not be found (are you missing a using directive or an assembly reference?)
    22.  
    23. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(12,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    24.  
    25. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(14,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    26.  
    27. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(11,46): error CS0246: The type or namespace name 'Editor' could not be found (are you missing a using directive or an assembly reference?)
    28.  
    29. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(15,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    30.  
    31. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(16,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    32.  
    33. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(10,6): error CS0246: The type or namespace name 'CustomEditorAttribute' could not be found (are you missing a using directive or an assembly reference?)
    34.  
    35. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(10,6): error CS0246: The type or namespace name 'CustomEditor' could not be found (are you missing a using directive or an assembly reference?)
    36.  
    37. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(17,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    38.  
    39. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(18,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    40.  
    41. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(20,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    42.  
    43. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListPropertyDrawer.cs(10,57): error CS0246: The type or namespace name 'PropertyDrawer' could not be found (are you missing a using directive or an assembly reference?)
    44.  
    45. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(21,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    46.  
    47. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(23,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    48.  
    49. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(22,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    50.  
    51. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(25,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    52.  
    53. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListPropertyDrawer.cs(9,6): error CS0246: The type or namespace name 'CustomPropertyDrawerAttribute' could not be found (are you missing a using directive or an assembly reference?)
    54.  
    55. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListPropertyDrawer.cs(9,6): error CS0246: The type or namespace name 'CustomPropertyDrawer' could not be found (are you missing a using directive or an assembly reference?)
    56.  
    57. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\SerializedPropertyAdaptor.cs(69,16): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    58.  
    59. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(23,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    60.  
    61. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(27,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    62.  
    63. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListPropertyDrawer.cs(12,49): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    64.  
    65. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\SerializedPropertyAdaptor.cs(77,16): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    66.  
    67. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(24,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    68.  
    69. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListPropertyDrawer.cs(29,51): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    70.  
    71. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(28,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    72.  
    73. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(26,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    74.  
    75. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(29,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    76.  
    77. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(27,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    78.  
    79. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\SerializedPropertyAdaptor.cs(24,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    80.  
    81. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(28,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    82.  
    83. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(30,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    84.  
    85. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListControl.cs(1722,47): error CS0246: The type or namespace name 'GenericMenu' could not be found (are you missing a using directive or an assembly reference?)
    86.  
    87. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\SerializedPropertyAdaptor.cs(41,42): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    88.  
    89. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(29,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    90.  
    91. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(31,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    92.  
    93. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\SerializedPropertyAdaptor.cs(57,42): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    94.  
    95. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(30,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    96.  
    97. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(32,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    98.  
    99. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(31,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    100.  
    101. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnEditorMenu\Editor\EditorMenuPresenter_GenericMenu.cs(53,24): error CS0246: The type or namespace name 'GenericMenu' could not be found (are you missing a using directive or an assembly reference?)
    102.  
    103. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(34,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    104.  
    105. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(32,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    106.  
    107. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnEditorMenu\Editor\EditorMenuPresenter_GenericMenu.cs(88,47): error CS0246: The type or namespace name 'GenericMenu' could not be found (are you missing a using directive or an assembly reference?)
    108.  
    109. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\SerializedPropertyWithDropTargetAdaptor.cs(27,56): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    110.  
    111. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(35,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    112.  
    113. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(33,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    114.  
    115. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnEditorMenu\Editor\EditorMenuPresenter_GenericMenu.cs(122,54): error CS0246: The type or namespace name 'GenericMenu' could not be found (are you missing a using directive or an assembly reference?)
    116.  
    117. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(35,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    118.  
    119. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(36,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    120.  
    121. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnEditorMenu\Editor\EditorMenuPresenter_GenericMenu.cs(193,56): error CS0246: The type or namespace name 'GenericMenu' could not be found (are you missing a using directive or an assembly reference?)
    122.  
    123. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(36,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    124.  
    125. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnEditorMenu\Editor\EditorMenuPresenter_GenericMenu.cs(204,54): error CS0246: The type or namespace name 'GenericMenu' could not be found (are you missing a using directive or an assembly reference?)
    126.  
    127. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(37,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    128.  
    129. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\CelestialParamDrawer.cs(8,6): error CS0246: The type or namespace name 'CustomPropertyDrawerAttribute' could not be found (are you missing a using directive or an assembly reference?)
    130.  
    131. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\CelestialParamDrawer.cs(8,6): error CS0246: The type or namespace name 'CustomPropertyDrawer' could not be found (are you missing a using directive or an assembly reference?)
    132.  
    133. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListControl.cs(1701,35): error CS0246: The type or namespace name 'GenericMenu' could not be found (are you missing a using directive or an assembly reference?)
    134.  
    135. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(37,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    136.  
    137. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(38,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    138.  
    139. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\CelestialParamDrawer.cs(11,49): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    140.  
    141. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(38,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    142.  
    143. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(39,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    144.  
    145. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\CelestialParamDrawer.cs(16,51): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    146.  
    147. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(39,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    148.  
    149. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(40,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    150.  
    151. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(41,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    152.  
    153. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(41,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    154.  
    155. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxDayNightCycleEditor.cs(43,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    156.  
    157. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\CloudsParamDrawer.cs(8,6): error CS0246: The type or namespace name 'CustomPropertyDrawerAttribute' could not be found (are you missing a using directive or an assembly reference?)
    158.  
    159. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\CloudsParamDrawer.cs(8,6): error CS0246: The type or namespace name 'CustomPropertyDrawer' could not be found (are you missing a using directive or an assembly reference?)
    160.  
    161. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(42,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    162.  
    163. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\CloudsParamDrawer.cs(11,51): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    164.  
    165. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(44,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    166.  
    167. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(45,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    168.  
    169. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\SkyParamDrawer.cs(7,6): error CS0246: The type or namespace name 'CustomPropertyDrawerAttribute' could not be found (are you missing a using directive or an assembly reference?)
    170.  
    171. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\SkyParamDrawer.cs(7,6): error CS0246: The type or namespace name 'CustomPropertyDrawer' could not be found (are you missing a using directive or an assembly reference?)
    172.  
    173. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(46,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    174.  
    175. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(47,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    176.  
    177. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\SkyParamDrawer.cs(10,51): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    178.  
    179. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnUtils\Editor\UnityEditorExtensions\SerializedPropertyUtility.cs(19,39): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    180.  
    181. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(48,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    182.  
    183. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnUtils\Editor\UnityEditorExtensions\SerializedPropertyUtility.cs(102,54): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    184.  
    185. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(50,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    186.  
    187. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnUtils\Editor\UnityEditorExtensions\ExtraEditorGUI.cs(351,54): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    188.  
    189. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\StarsParamDrawer.cs(8,6): error CS0246: The type or namespace name 'CustomPropertyDrawerAttribute' could not be found (are you missing a using directive or an assembly reference?)
    190.  
    191. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\StarsParamDrawer.cs(8,6): error CS0246: The type or namespace name 'CustomPropertyDrawer' could not be found (are you missing a using directive or an assembly reference?)
    192.  
    193. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnUtils\Editor\UnityEditorExtensions\SerializedPropertyUtility.cs(123,46): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    194.  
    195. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnUtils\Editor\UnityEditorExtensions\SerializedPropertyUtility.cs(123,79): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    196.  
    197. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\Controllers\Editor\SkyboxControllerEditor.cs(51,17): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    198.  
    199. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnUtils\Editor\UnityEditorExtensions\ExtraEditorGUI.cs(368,54): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    200.  
    201. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Scripts\DotParams\Editor\StarsParamDrawer.cs(11,51): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    202.  
    203. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnUtils\Editor\UnityEditorExtensions\SerializedPropertyUtility.cs(145,55): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    204.  
    205. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnUtils\Editor\UnityEditorExtensions\SerializedPropertyUtility.cs(145,88): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    206.  
    207. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnUtils\Editor\UnityEditorExtensions\ExtraEditorGUI.cs(375,39): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    208.  
    209. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\UnUtils\Editor\UnityEditorExtensions\ExtraEditorGUI.cs(381,39): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    210.  
    211. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(377,41): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    212.  
    213. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(390,64): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    214.  
    215. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(398,38): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    216.  
    217. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(410,38): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    218.  
    219. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(422,38): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    220.  
    221. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(434,38): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    222.  
    223. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(477,38): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    224.  
    225. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(489,38): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    226.  
    227. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(501,38): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    228.  
    229. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(513,38): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    230.  
    231. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(403,61): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    232.  
    233. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(415,61): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    234.  
    235. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(427,61): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    236.  
    237. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(439,61): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    238.  
    239. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(482,61): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    240.  
    241. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(494,61): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    242.  
    243. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(506,61): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    244.  
    245. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(518,61): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    246.  
    247. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(453,54): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    248.  
    249. Assets\Scripts\ThirdParty\Farland Skies\!Core\Scripts\ReorderableList\CoreList\Editor\Collections\ReorderableListGUI.cs(467,54): error CS0246: The type or namespace name 'SerializedProperty' could not be found (are you missing a using directive or an assembly reference?)
    250.  
    251. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(6,33): error CS0246: The type or namespace name 'ShaderGUI' could not be found (are you missing a using directive or an assembly reference?)
    252.  
    253. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(41,32): error CS0246: The type or namespace name 'MaterialEditor' could not be found (are you missing a using directive or an assembly reference?)
    254.  
    255. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(41,63): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    256.  
    257. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(51,33): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    258.  
    259. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(83,38): error CS0246: The type or namespace name 'MaterialEditor' could not be found (are you missing a using directive or an assembly reference?)
    260.  
    261. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(9,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    262.  
    263. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(10,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    264.  
    265. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(11,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    266.  
    267. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(12,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    268.  
    269. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(13,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    270.  
    271. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(15,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    272.  
    273. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(16,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    274.  
    275. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(17,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    276.  
    277. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(18,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    278.  
    279. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(20,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    280.  
    281. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(21,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    282.  
    283. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(22,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    284.  
    285. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(23,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    286.  
    287. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(25,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    288.  
    289. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(26,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    290.  
    291. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(27,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    292.  
    293. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(28,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    294.  
    295. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(30,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    296.  
    297. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(31,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    298.  
    299. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(32,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    300.  
    301. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(33,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    302.  
    303. Assets\Scripts\ThirdParty\Farland Skies\Low Poly\Shaders\Editor\LowPolyShaderGUI.cs(35,13): error CS0246: The type or namespace name 'MaterialProperty' could not be found (are you missing a using directive or an assembly reference?)
    304.  
    305. Failed to compile player scripts
    306. UnityEditor.GenericMenu:CatchMenu (object,string[],int)
    307.  
    308. SBP ErrorError
    309. UnityEditor.GenericMenu:CatchMenu (object,string[],int)
    310.  
    311.  
    [/INDENT]
     
    Last edited: Mar 2, 2021
  3. PhannGor

    PhannGor

    Joined:
    Feb 5, 2015
    Posts:
    226
    Hi @Streamfall,

    It really seems like a bug either with addressables or somethings else in your project. Weird that it throwing errors only for the Farland Skies asset... Will dig around a bit because you're a first one who's reporting something like that.

    Meanwhile, as a (not really convenient but) workaround you could try to wrap all the code in those scripts with UNITY_EDITOR directive:

    Code (CSharp):
    1.  
    2. #if (UNITY_EDITOR)
    3. ... editor class code ...
    4. #endif
    5.  
    Will ping you if I will find another solution or at least more info that could shed some light to this situation.
     
  4. Streamfall

    Streamfall

    Joined:
    Aug 8, 2011
    Posts:
    43
    @PhannGor that's a reasonable fix. And correct, something is off in my project's namespaces. I also get errors where I have to specifically add Unity.Editor to Editor classes as both Unity and Rider claim there is a missing reference. I usually just make that modification and the error goes away. Not the case with Farland for some reason. So agree with you that it is 'weird' but likely the error is not thrown by your code but something else. Thanks - if you have any ideas I'd be grateful.
     
    PhannGor likes this.