Insanely huge initial commit

This commit is contained in:
2026-02-21 16:40:15 -08:00
parent 208d626100
commit f74c547a13
33825 changed files with 5213498 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
// Generated by build script, do not edit!
#ifndef RC_INVOKED
#include "Configuration/IntegerDefinitions.h"
#include "Runtime/Testing/Fakeable.h"
namespace UnityConfig
{
extern const char* const UnityCompany = "Unity Technologies ApS";
extern const char* const UnityCopyright = "(c) 2022 Unity Technologies ApS. All rights reserved.";
extern const bool HardwareStatsEnabled = 1;
extern const char* const BuildRoot = "C:/build/output/unity/unity";
extern const char* const UnityVersion = "2021.3.14f1";
extern const char* const UnityVersionDigits = "2021.3.14";
extern const char* const UnityVersionSuffix = "f1";
extern const UInt32 UnityVersionVer = 2021;
extern const UInt32 UnityVersionMajor = 3;
extern const UInt32 UnityVersionMinor = 14;
extern const bool UnityVersionIsBeta = 0;
extern const char* const UnityVersionUnderHash = "2021.3.14f1_eee1884e7226";
extern const char* const UnityVersionUnderHash_Verbose = "2021.3.14f1_eee1884e7226";
extern const char* const UnityVersionUnderHash_WithParens = "2021.3.14f1 (eee1884e7226)";
// A numeric representation of the version control hash
extern const UInt64 UnityVersionBuild = 15655304;
extern const UInt64 UnityVersionDate = 1668017132;
extern const char* const UnityVersionBranch = "2021.3/staging";
extern const char* const UnityVersionDisplay = "2021.3.14f1";
extern const char* const UnityVersionDisplay_Verbose = "2021.3.14f1.git.15655304";
extern const char* const UnityVersionRevision = "eee1884e7226";
// Wide strings
extern const wchar_t* const L_UnityVersionUnderHash_WithParens = L"2021.3.14f1 (eee1884e7226)";
extern const wchar_t* const L_UnityVersion = L"2021.3.14f1";
}
#else // Generated by build script for sole use by the Windows resource compiler, do not use for anything else
#define UNITY_COMPANY "Unity Technologies ApS"
#define UNITY_COPYRIGHT "(c) 2022 Unity Technologies ApS. All rights reserved."
#define UNITY_VERSION_VER 2021
#define UNITY_VERSION_MAJ 3
#define UNITY_VERSION_MIN 14
#define UNITY_IS_BETA 0
#define UNITY_VERSION_UNDER_HASH "2021.3.14f1_eee1884e7226"
#define UNITY_VERSION_PARENS_HASH "2021.3.14f1 (eee1884e7226)"
#define UNITY_VERSION_BLD 15655304
#define UNITY_VERSION_WIN "2021.3.14.15655304"
#endif // !RC_INVOKED