Compilation succeeded - 11 warning(s)
-----CompilerOutput:-stderr----------
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(146,33): warning CS0618: `UnityEditor.TextureImporter.linearTexture' is obsolete: `linearTexture Property deprecated. Use sRGBTexture instead.'
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(149,35): warning CS0618: `UnityEditor.TextureImporter.textureFormat' is obsolete: `textureFormat is not longer accessible at the TextureImporter level. For old 'simple' formats use the textureCompression property for the equivalent automatic choice (Uncompressed for TrueColor, Compressed and HQCommpressed for 16 bits). For platform specific formats use the [[PlatformTextureSettings]] API. Using this setter will setup various parameters to match the new automatic system as well possible. Getter will return the last value set.'
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(149,74): warning CS0618: `UnityEditor.TextureImporterFormat.AutomaticTruecolor' is obsolete: `Use textureCompression property instead'
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(200,71): warning CS0618: `UnityEditor.TextureImporter.linearTexture' is obsolete: `linearTexture Property deprecated. Use sRGBTexture instead.'
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(201,19): warning CS0618: `UnityEditor.TextureImporter.textureFormat' is obsolete: `textureFormat is not longer accessible at the TextureImporter level. For old 'simple' formats use the textureCompression property for the equivalent automatic choice (Uncompressed for TrueColor, Compressed and HQCommpressed for 16 bits). For platform specific formats use the [[PlatformTextureSettings]] API. Using this setter will setup various parameters to match the new automatic system as well possible. Getter will return the last value set.'
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(201,58): warning CS0618: `UnityEditor.TextureImporterFormat.AutomaticCompressed' is obsolete: `Use textureCompression property instead'
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(204,16): warning CS0618: `UnityEditor.TextureImporter.linearTexture' is obsolete: `linearTexture Property deprecated. Use sRGBTexture instead.'
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(206,54): warning CS0618: `UnityEditor.TextureImporterFormat.AutomaticCompressed' is obsolete: `Use textureCompression property instead'
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(206,16): warning CS0618: `UnityEditor.TextureImporter.textureFormat' is obsolete: `textureFormat is not longer accessible at the TextureImporter level. For old 'simple' formats use the textureCompression property for the equivalent automatic choice (Uncompressed for TrueColor, Compressed and HQCommpressed for 16 bits). For platform specific formats use the [[PlatformTextureSettings]] API. Using this setter will setup various parameters to match the new automatic system as well possible. Getter will return the last value set.'
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(233,57): warning CS0252: Possible unintended reference comparison. Consider casting the left side expression to type `UnityEngine.Texture2D' to get value comparison
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(406,119): warning CS0252: Possible unintended reference comparison. Consider casting the left side expression to type `AmplifyColor.LUTBrowser' to get value comparison
-----EndCompilerOutput---------------
- Finished compile Library/ScriptAssemblies/Assembly-CSharp-Editor.dll
WeaveUnetFromEditor Temp/Assembly-CSharp-Editor.dll
Ignoring 'C:/Program Files/Unity 5.5.0b11/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
Ignoring 'C:/Program Files/Unity 5.5.0b11/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll' because we're compiling for Editor
Ignoring 'C:/Program Files/Unity 5.5.0b11/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll' because we're compiling for Editor
Ignoring 'C:/Program Files/Unity 5.5.0b11/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll' because we're compiling for Editor
Ignoring 'C:/Program Files/Unity 5.5.0b11/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
Ignoring 'C:/Program Files/Unity 5.5.0b11/Editor/Data/UnityExtensions/Unity/UnityVR/Runtime/UnityEngine.VR.dll' because we're compiling for Editor
WeaveAssemblies unityPath= C:/Program Files/Unity 5.5.0b11/Editor/Data/Managed/UnityEngine.dll
WeaveAssemblies unetPath= C:/Program Files/Unity 5.5.0b11/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(146,33): warning CS0618: `UnityEditor.TextureImporter.linearTexture' is obsolete: `linearTexture Property deprecated. Use sRGBTexture instead.'
(Filename: Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs Line: 146)
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(149,35): warning CS0618: `UnityEditor.TextureImporter.textureFormat' is obsolete: `textureFormat is not longer accessible at the TextureImporter level. For old 'simple' formats use the textureCompression property for the equivalent automatic choice (Uncompressed for TrueColor, Compressed and HQCommpressed for 16 bits). For platform specific formats use the [[PlatformTextureSettings]] API. Using this setter will setup various parameters to match the new automatic system as well possible. Getter will return the last value set.'
(Filename: Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs Line: 149)
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(149,74): warning CS0618: `UnityEditor.TextureImporterFormat.AutomaticTruecolor' is obsolete: `Use textureCompression property instead'
(Filename: Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs Line: 149)
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(200,71): warning CS0618: `UnityEditor.TextureImporter.linearTexture' is obsolete: `linearTexture Property deprecated. Use sRGBTexture instead.'
(Filename: Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs Line: 200)
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(201,19): warning CS0618: `UnityEditor.TextureImporter.textureFormat' is obsolete: `textureFormat is not longer accessible at the TextureImporter level. For old 'simple' formats use the textureCompression property for the equivalent automatic choice (Uncompressed for TrueColor, Compressed and HQCommpressed for 16 bits). For platform specific formats use the [[PlatformTextureSettings]] API. Using this setter will setup various parameters to match the new automatic system as well possible. Getter will return the last value set.'
(Filename: Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs Line: 201)
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(201,58): warning CS0618: `UnityEditor.TextureImporterFormat.AutomaticCompressed' is obsolete: `Use textureCompression property instead'
(Filename: Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs Line: 201)
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(204,16): warning CS0618: `UnityEditor.TextureImporter.linearTexture' is obsolete: `linearTexture Property deprecated. Use sRGBTexture instead.'
(Filename: Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs Line: 204)
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(206,54): warning CS0618: `UnityEditor.TextureImporterFormat.AutomaticCompressed' is obsolete: `Use textureCompression property instead'
(Filename: Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs Line: 206)
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(206,16): warning CS0618: `UnityEditor.TextureImporter.textureFormat' is obsolete: `textureFormat is not longer accessible at the TextureImporter level. For old 'simple' formats use the textureCompression property for the equivalent automatic choice (Uncompressed for TrueColor, Compressed and HQCommpressed for 16 bits). For platform specific formats use the [[PlatformTextureSettings]] API. Using this setter will setup various parameters to match the new automatic system as well possible. Getter will return the last value set.'
(Filename: Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs Line: 206)
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(233,57): warning CS0252: Possible unintended reference comparison. Consider casting the left side expression to type `UnityEngine.Texture2D' to get value comparison
(Filename: Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs Line: 233)
Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs(406,119): warning CS0252: Possible unintended reference comparison. Consider casting the left side expression to type `AmplifyColor.LUTBrowser' to get value comparison
(Filename: Assets/AmplifyColor/Plugins/Editor/LUTBrowser.cs Line: 406)
Nswayze wrote:Okay. Thank you for the fast reply. At least now I know what's going on. I'll keep my eyes open for the LUT update and just use Amplify Colour for now. Have a good day.
Nswayze wrote:Thank you. You provided me with some really awesome support and, I'll be buying your other assets in the future
Side Note for anyone else with similar issues:
Once you install the latest updated versions. You need to make a new camera and apply the components. Figured out the long way it doesn't work on pre-existing cameras in the scene
Users browsing this forum: No registered users and 1 guest