Skip to content

Commit c3e5dc3

Browse files
committed
remove enhanced touch enable
1 parent bab6e35 commit c3e5dc3

File tree

4 files changed

+8568
-5
lines changed

4 files changed

+8568
-5
lines changed

Assets/Samples/MouseEvents/OnMouseEventsTest.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ public class OnMouseEventsTest : MonoBehaviour
99
private Vector3 screenPoint;
1010
private Vector3 offset;
1111

12-
private void Start()
13-
{
14-
EnhancedTouchSupport.Enable();
15-
}
16-
1712
void OnMouseDown()
1813
{
1914
screenPoint = Camera.main.WorldToScreenPoint(gameObject.transform.position);
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"ConversionRequest": {
3+
"Settings": {
4+
"EmitNullChecks": false,
5+
"EnableStacktrace": false,
6+
"EnableDeepProfiler": false,
7+
"EnableStats": false,
8+
"EnableArrayBoundsCheck": false,
9+
"EnableDivideByZeroCheck": false,
10+
"EnableErrorMessageTest": false,
11+
"EnablePrimitiveValueTypeGenericSharing": true,
12+
"ProfilerOptions": 1,
13+
"EmitSourceMapping": false,
14+
"EmitMethodMap": false,
15+
"EmitComments": false,
16+
"NeverAttachDialog": false,
17+
"EmitAttachDialog": false,
18+
"CodeConversionCache": false,
19+
"DisableGenericSharing": false,
20+
"EmitReversePInvokeWrapperDebuggingHelpers": false,
21+
"MaximumRecursiveGenericDepth": -1,
22+
"GenericVirtualMethodIterations": -1,
23+
"ConversionMode": 1,
24+
"CodeGenerationOption": 512,
25+
"FileGenerationOption": 0,
26+
"GenericsOption": 0,
27+
"Feature": 0,
28+
"DiagnosticOption": 0,
29+
"TestingOption": 0
30+
},
31+
"Statistics": {
32+
"StatsOutputDir": "Il2CppOutputProject/Source/il2cppOutput"
33+
},
34+
"Assembly": [],
35+
"Directory": [],
36+
"ExtraTypesFile": [],
37+
"Generatedcppdir": "Il2CppOutputProject/Source/il2cppOutput",
38+
"SymbolsFolder": "Il2CppOutputProject/Source/il2cppOutput/Symbols",
39+
"DebugAssemblyName": [],
40+
"DebugEnableAttach": false,
41+
"EnableDotMemory": false,
42+
"DotMemoryCollectAllocations": false,
43+
"EnableDotTrace": false,
44+
"AdditionalCpp": [],
45+
"EnableAnalytics": false
46+
},
47+
"CompilationRequest": {
48+
"Settings": {
49+
"OutputFileExtension": "",
50+
"DebuggerPort": 0,
51+
"IncrementalGCTimeSlice": 0,
52+
"RelativeDataPath": "Data",
53+
"DontLinkCrt": false,
54+
"TargetBitcode": false,
55+
"EnableArmPacBti": false,
56+
"Configuration": 0,
57+
"TreatWarningsAsErrors": false,
58+
"CompilerFlags": [],
59+
"LinkerFlags": [],
60+
"BuildPackageForTesting": false,
61+
"TestPackageDataFiles": []
62+
},
63+
"Emscripten": {},
64+
"Platform": "iOS",
65+
"Architecture": "arm64",
66+
"Outputpath": "/Users/rita.merkl/Library/Developer/Xcode/DerivedData/Unity-iPhone-bgjcgzljbxhaynejmjcvtgaspsjj/Build/Products/Debug-iphoneos/libGameAssembly.a",
67+
"DontDeployBaselib": false,
68+
"Verbose": false,
69+
"ToolChainPath": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain",
70+
"Forcerebuild": false,
71+
"DisableBeeBuilder": false,
72+
"Libil2cppStatic": false,
73+
"DisableRuntimeLumping": false,
74+
"IncludeFileNamesInHashes": false,
75+
"UseDependenciesToolChain": false,
76+
"BeeJobs": 10,
77+
"SetEnvironmentVariables": false,
78+
"BaselibDirectory": "Libraries",
79+
"AvoidDynamicLibraryCopy": false,
80+
"SysrootPath": "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.5.sdk",
81+
"AdditionalDefines": [],
82+
"AdditionalLibraries": [],
83+
"AdditionalIncludeDirectories": [],
84+
"AdditionalLinkDirectories": [],
85+
"CommandLog": 0,
86+
"TargetIsSimulator": false
87+
},
88+
"SettingsForConversionAndCompilation": {
89+
"Dotnetprofile": "unityaot-macos",
90+
"DevelopmentMode": false,
91+
"EnableDebugger": true,
92+
"GenerateUsymFile": false,
93+
"UsymtoolPath": "/opt/UnitySrc/unity/trunk/build/MacEditor/x64/Debug/Unity.app/Contents/Helpers/usymtool",
94+
"DebuggerOff": false,
95+
"WriteBarrierValidation": false,
96+
"EnableReload": false,
97+
"GoogleBenchmark": false,
98+
"Cachedirectory": "Il2CppTempDirArtifacts/Debug/artifacts/arm64",
99+
"ProfilerReport": true,
100+
"ProfilerOutputFile": "Il2CppOutputProject/Source/il2cppOutput/profile.json",
101+
"ProfilerUseTraceEvents": false,
102+
"PrintCommandLine": true,
103+
"StaticLibIl2Cpp": true,
104+
"DataFolder": "Il2CppOutputProject/Source/il2cppOutput/Data",
105+
"Jobs": 10
106+
},
107+
"ConvertToCpp": false,
108+
"CompileCpp": true,
109+
"ConvertInGraph": false,
110+
"CustomIl2CppRoot": "Il2CppOutputProject/IL2CPP"
111+
}

0 commit comments

Comments
 (0)