Startup.cs 420 B

12345678910
  1. // Copyright (C) 2019-2021 Alexander Bogarsukov. All rights reserved.
  2. // See the LICENSE.md file in the project root for more information.
  3. #if !UNITY_2018_4_OR_NEWER
  4. #error UnityFx.Outline requires Unity 2018.4 or newer.
  5. #endif
  6. #if NET_LEGACY || NET_2_0 || NET_2_0_SUBSET
  7. #error UnityFx.Outline does not support .NET 3.5. Please set Scripting Runtime Version to .NET 4.x Equivalent in Unity Player Settings.
  8. #endif