Class ProjectSetupChecker
- Namespace
- CodeBase
- Assembly
- 4Experience.CodeBase.Core.Editor.dll
A class that checks Unity project settings. Focusing mainly on ProjectSettings options. Currently, it is checking the compatibility of the Scripting API from ProjectSettings with the version of the NET_Unity_4_8. It is worthwhile to expand this class as needed.
[InitializeOnLoad]
public class ProjectSetupChecker
- Inheritance
-
ProjectSetupChecker
- Extension Methods
Constructors
ProjectSetupChecker()
private static ProjectSetupChecker()
Methods
CheckApiCompatibilityLevel(BuildTargetGroup)
private static void CheckApiCompatibilityLevel(BuildTargetGroup buildTargetGroup)
Parameters
buildTargetGroupBuildTargetGroup
CheckApiCompatibilityLevelForAllPlatforms()
private static void CheckApiCompatibilityLevelForAllPlatforms()
CheckPlayerSettings()
private static void CheckPlayerSettings()
CheckPlayerSettingsOther()
private static void CheckPlayerSettingsOther()