Version: 1.2
LanguageEnglish
  • C#

WeixinMiniGame

class in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

WeixinMiniGame specific player settings.

Static Properties

compressionFormatCompressionFormat defines the compression type that the WeixinMiniGame resources are encoded to.
dataCachingEnables automatic caching of unityweb files.
debugSymbolModeEnables generation of debug symbols file in the build output directory. Supported options: embedded debug symbols and debug symbols in external file.
decompressionFallbackInclude decompression fallback code for build files in the loader.
enableDotNetWasmExceptionHandlingIf enable WASM exception handling.
exceptionOnlyEnableForUserCodesIs only enable exception for user codes
exceptionSupportException support for WeixinMiniGame builds.
geometricMemoryGrowthStepHeap memory growth factor.
initialMemorySizeInitial size of the WASM heap memory in MB.
injectStrippedMethodLoggerIf inject log code into stripped methods
linearMemoryGrowthStepHeap memory growth step in MB.
linkerTargetAllows you to specify the web build format that is used when you build your project.
maximumMemorySizeMaximum size of the WASM heap memory in MB.
memoryGeometricGrowthCapUpper limit for heap growth step in MB.
memoryGrowthModeThe growth mode for WASM heap memory.
memorySizeMemory size for WeixinMiniGame builds in Megabyte.
nameFilesAsHashesEnables using MD5 hash of the uncompressed file contents as a filename for each file in the build.
physicsEngineSet the Physics Engine for the current project.
powerPreferenceThe power preference hint to provide to the WeixinMiniGame context to help decide which GPU to use in multi-gpu systems. Note that this is just a hint, and some WeixinMiniGame implementations may choose to ignore it.
preserveEventDelegateWhether preserve NGUI event delegate.
showDiagnosticsDisplays a diagnostics overlay on the Unity application page.
simdSupportThe SIMD support for WebAssembly code on WeixinMiniGame.
templatePath to the WeixinMiniGame template asset.
threadsSupportMultithreading support in WeixinMiniGame.
useSlimMetaFileFormatUse slim format for global-metadata.dat and make it smaller.
wasmArithmeticExceptionsThe trapping mode for WebAssembly code.