Skip to content

Commit

Permalink
Merge pull request #172 from anatawa12/disable-runtime-build
Browse files Browse the repository at this point in the history
Disable runtime build for `dynamic` and IL2CPP compatiblity
  • Loading branch information
lyuma authored May 24, 2024
2 parents b8b1387 + ae1196d commit 743833d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
10 changes: 7 additions & 3 deletions Runtime/lyuma.av3emulator.asmdef
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "lyuma.av3emulator",
"rootNamespace": "",
"references": [
"VRC.SDK3A",
"VRC.SDKBase"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"autoReferenced": true,
"overrideReferences": false,
"precompiledReferences": [],
"defineConstraints": [],
"optionalUnityReferences": []
"autoReferenced": true,
"defineConstraints": [
"UNITY_EDITOR"
],
"versionDefines": [],
"noEngineReferences": false
}
14 changes: 0 additions & 14 deletions Runtime/package.json

This file was deleted.

7 changes: 0 additions & 7 deletions Runtime/package.json.meta

This file was deleted.

0 comments on commit 743833d

Please sign in to comment.