mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00

* Add intial framework for macos builds. Test install editor * Fix unity hub path space * Single quote space in path * Escape space character * More backslashes * Move to bash scripts for setup * Add path to command args * Different command to run shell script * Use full path to scripts * Unpack changeset value and fix missing escape characters * Print changeset * More debug * Remove debug * Fix script paths * Printenv debug * Write environment variables to file to read in bash script * Debug file write * More debug * Fix missing await * Move back to process.env * Fix path typo * Add missing flags * Make directory for license activation * Add missing sudo * Give permissions to license folder * Fix path issues * Add build tests * Try ts setup again * Try quoting path * Further migrate mac scripts to align with linux scripts * print pwd * Fix changeset and remove unneeded env vars * Ignore return code * fix missing current directory * Fix project path * pwd * Remove project path * Revert to cwd being the workspace folder and pass action folder as an env variable. * Add blank project to use for activation * Add blank project path * Fix build tests * Don't rebuild library on windows * Fix project path windows * Fix platform specific workspace env variable * Fix incorrect variable name * Update .github/workflows/mac-build-tests.yml Co-authored-by: Webber Takken <webber.nl@gmail.com> * Update .github/workflows/mac-build-tests.yml Co-authored-by: Webber Takken <webber.nl@gmail.com> * Update dist/BlankProject/Packages/packages-lock.json Co-authored-by: Webber Takken <webber.nl@gmail.com> * Update src/model/platform-setup/setup-mac.ts Co-authored-by: Webber Takken <webber.nl@gmail.com> * Update src/model/platform-setup/setup-mac.ts Co-authored-by: Webber Takken <webber.nl@gmail.com> * Fix formatting Co-authored-by: Webber Takken <webber.nl@gmail.com>
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!55 &1
|
|
PhysicsManager:
|
|
m_ObjectHideFlags: 0
|
|
serializedVersion: 13
|
|
m_Gravity: {x: 0, y: -9.81, z: 0}
|
|
m_DefaultMaterial: {fileID: 0}
|
|
m_BounceThreshold: 2
|
|
m_DefaultMaxDepenetrationVelocity: 10
|
|
m_SleepThreshold: 0.005
|
|
m_DefaultContactOffset: 0.01
|
|
m_DefaultSolverIterations: 6
|
|
m_DefaultSolverVelocityIterations: 1
|
|
m_QueriesHitBackfaces: 0
|
|
m_QueriesHitTriggers: 1
|
|
m_EnableAdaptiveForce: 0
|
|
m_ClothInterCollisionDistance: 0.1
|
|
m_ClothInterCollisionStiffness: 0.2
|
|
m_ContactsGeneration: 1
|
|
m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
|
m_AutoSimulation: 1
|
|
m_AutoSyncTransforms: 0
|
|
m_ReuseCollisionCallbacks: 1
|
|
m_ClothInterCollisionSettingsToggle: 0
|
|
m_ClothGravity: {x: 0, y: -9.81, z: 0}
|
|
m_ContactPairsMode: 0
|
|
m_BroadphaseType: 0
|
|
m_WorldBounds:
|
|
m_Center: {x: 0, y: 0, z: 0}
|
|
m_Extent: {x: 250, y: 250, z: 250}
|
|
m_WorldSubdivisions: 8
|
|
m_FrictionType: 0
|
|
m_EnableEnhancedDeterminism: 0
|
|
m_EnableUnifiedHeightmaps: 1
|
|
m_SolverType: 0
|
|
m_DefaultMaxAngularSpeed: 50
|