diff options
| author | yum <yum.food.vr@gmail.com> | 2024-04-25 15:52:24 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-04-25 15:52:24 -0700 |
| commit | 6eed98ff4e57326ebf7a41f0c180635a7bcac626 (patch) | |
| tree | 67f5e269bafb49608cab8a6b22534d83fd09b58b /Third_Party/at.pimaker.ltcgi/Runtime/LTCGI_Assembly.asmdef | |
| parent | b9671b47df8b17fa3143d4b0dbdecf9b77cc7607 (diff) | |
Add LTCGI
Also begin trying to fix fallback shaders.
Diffstat (limited to 'Third_Party/at.pimaker.ltcgi/Runtime/LTCGI_Assembly.asmdef')
| -rw-r--r-- | Third_Party/at.pimaker.ltcgi/Runtime/LTCGI_Assembly.asmdef | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Third_Party/at.pimaker.ltcgi/Runtime/LTCGI_Assembly.asmdef b/Third_Party/at.pimaker.ltcgi/Runtime/LTCGI_Assembly.asmdef new file mode 100644 index 0000000..91bce4f --- /dev/null +++ b/Third_Party/at.pimaker.ltcgi/Runtime/LTCGI_Assembly.asmdef @@ -0,0 +1,23 @@ +{ + "name": "LTCGI_Assembly", + "references": [ + "GUID:99835874ee819da44948776e0df4ff1d", + "GUID:f70a94b0bedfa8ec50ed757f72032810", + "GUID:a1653399f63795746b1857281d1e400d" + ], + "includePlatforms": [ + "Android", + "Editor", + "LinuxStandalone64", + "WebGL", + "WindowsStandalone64" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +}
\ No newline at end of file |
