parent
e2171a9302
commit
6cbfe9506d
32 changed files with 1681 additions and 148 deletions
@ -0,0 +1,23 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 6523ac68a1b8b7248a5f943e3ea15d3c |
||||||
|
labels: |
||||||
|
- NuGetForUnity |
||||||
|
PluginImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
iconMap: {} |
||||||
|
executionOrder: {} |
||||||
|
defineConstraints: [] |
||||||
|
isPreloaded: 0 |
||||||
|
isOverridable: 0 |
||||||
|
isExplicitlyReferenced: 0 |
||||||
|
validateReferences: 1 |
||||||
|
platformData: |
||||||
|
- first: |
||||||
|
Any: |
||||||
|
second: |
||||||
|
enabled: 1 |
||||||
|
settings: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 19474af60b80e414c89159274403d0c0 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,40 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!84 &8400000 |
||||||
|
RenderTexture: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_Name: Postcard Texture |
||||||
|
m_ImageContentsHash: |
||||||
|
serializedVersion: 2 |
||||||
|
Hash: 00000000000000000000000000000000 |
||||||
|
m_ForcedFallbackFormat: 4 |
||||||
|
m_DownscaleFallback: 0 |
||||||
|
m_IsAlphaChannelOptional: 0 |
||||||
|
serializedVersion: 5 |
||||||
|
m_Width: 1241 |
||||||
|
m_Height: 1754 |
||||||
|
m_AntiAliasing: 1 |
||||||
|
m_MipCount: -1 |
||||||
|
m_DepthStencilFormat: 94 |
||||||
|
m_ColorFormat: 8 |
||||||
|
m_MipMap: 0 |
||||||
|
m_GenerateMips: 1 |
||||||
|
m_SRGB: 0 |
||||||
|
m_UseDynamicScale: 0 |
||||||
|
m_BindMS: 0 |
||||||
|
m_EnableCompatibleFormat: 1 |
||||||
|
m_EnableRandomWrite: 0 |
||||||
|
m_TextureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
m_FilterMode: 1 |
||||||
|
m_Aniso: 0 |
||||||
|
m_MipBias: 0 |
||||||
|
m_WrapU: 1 |
||||||
|
m_WrapV: 1 |
||||||
|
m_WrapW: 1 |
||||||
|
m_Dimension: 2 |
||||||
|
m_VolumeDepth: 1 |
||||||
|
m_ShadowSamplingMode: 2 |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 35e8ac38ef95d18419a5a58ab9299adf |
||||||
|
NativeFormatImporter: |
||||||
|
externalObjects: {} |
||||||
|
mainObjectFileID: 8400000 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: b35aaee7bdba19747814754a04f98e30 |
||||||
|
labels: |
||||||
|
- NuGetForUnity |
||||||
|
PluginImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
iconMap: {} |
||||||
|
executionOrder: {} |
||||||
|
defineConstraints: [] |
||||||
|
isPreloaded: 0 |
||||||
|
isOverridable: 0 |
||||||
|
isExplicitlyReferenced: 0 |
||||||
|
validateReferences: 1 |
||||||
|
platformData: |
||||||
|
- first: |
||||||
|
Any: |
||||||
|
second: |
||||||
|
enabled: 1 |
||||||
|
settings: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
# https://www.notion.so/ultracombos/184580d56c5f4b30b7777fd241b41b48 |
||||||
|
name: Publish to Verdaccio |
||||||
|
on: push |
||||||
|
jobs: |
||||||
|
publish: |
||||||
|
runs-on: ubuntu-latest |
||||||
|
steps: |
||||||
|
- uses: actions/checkout@v3 |
||||||
|
with: |
||||||
|
lfs: true |
||||||
|
- uses: EndBug/version-check@v2 |
||||||
|
id: check |
||||||
|
with: |
||||||
|
diff-search: true |
||||||
|
token: ${{ secrets.GITHUB_TOKEN }} |
||||||
|
- uses: actions/setup-node@v3 |
||||||
|
if: steps.check.outputs.changed == 'true' |
||||||
|
with: |
||||||
|
always-auth: true |
||||||
|
node-version: 16 |
||||||
|
- run: echo "//verdaccio.ultracombos.net/:_authToken=${{ secrets.VERDACCIO_NPM_AUTH_TOKEN }}" > ~/.npmrc |
||||||
|
- run: yarn publish |
||||||
|
if: steps.check.outputs.changed == 'true' |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: b4adca434b03a6948bed1fd097b798c4 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: efc2a59b714235447accafdeefef2541 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,19 @@ |
|||||||
|
{ |
||||||
|
"name": "UltraCombos.AwsS3Uploader.Editor", |
||||||
|
"references": [ |
||||||
|
"GUID:39b5c55a81e192543aa30a689d5a3992", |
||||||
|
"GUID:8f470c8270d70f44e95578f473b05009", |
||||||
|
"GUID:56859cf09e0a6584c9f5fba33ee63c15" |
||||||
|
], |
||||||
|
"includePlatforms": [ |
||||||
|
"Editor" |
||||||
|
], |
||||||
|
"excludePlatforms": [], |
||||||
|
"allowUnsafeCode": false, |
||||||
|
"overrideReferences": false, |
||||||
|
"precompiledReferences": [], |
||||||
|
"autoReferenced": true, |
||||||
|
"defineConstraints": [], |
||||||
|
"versionDefines": [], |
||||||
|
"noEngineReferences": false |
||||||
|
} |
||||||
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 45ee2d944a3a98147973bc8039d4dbf7 |
||||||
|
AssemblyDefinitionImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1 @@ |
|||||||
|
# com.ultracombos.aws-s3-uploader |
||||||
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: fa29bd3b93de7c943b659d65b11ab255 |
||||||
|
TextScriptImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: f4b6bec11b354d54b870b769d3bae1bd |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: adfb9868b2bba274fb2e49202e8dd91d |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
{ |
||||||
|
"name": "UltraCombos.AwsS3Uploader.Runtime", |
||||||
|
"rootNamespace": "", |
||||||
|
"references": [ |
||||||
|
"GUID:39b5c55a81e192543aa30a689d5a3992" |
||||||
|
], |
||||||
|
"includePlatforms": [], |
||||||
|
"excludePlatforms": [], |
||||||
|
"allowUnsafeCode": false, |
||||||
|
"overrideReferences": false, |
||||||
|
"precompiledReferences": [], |
||||||
|
"autoReferenced": true, |
||||||
|
"defineConstraints": [], |
||||||
|
"versionDefines": [], |
||||||
|
"noEngineReferences": false |
||||||
|
} |
||||||
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 56859cf09e0a6584c9f5fba33ee63c15 |
||||||
|
AssemblyDefinitionImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,22 @@ |
|||||||
|
{ |
||||||
|
"name": "com.ultracombos.upload-aws-s3", |
||||||
|
"displayName": "Upload AWS S3", |
||||||
|
"version": "1.0.22", |
||||||
|
"unity": "2019.3", |
||||||
|
"description": "AWS S3 Uploader for Unity.", |
||||||
|
"keywords": [], |
||||||
|
"category": "", |
||||||
|
"type": "tool", |
||||||
|
"publishConfig": { |
||||||
|
"registry": "https://verdaccio.ultracombos.net" |
||||||
|
}, |
||||||
|
"author": { |
||||||
|
"name": "Ultra Combos Co., Ltd.", |
||||||
|
"email": "tech@ultracombos.com", |
||||||
|
"url": "https://ultracombos.com" |
||||||
|
}, |
||||||
|
"dependencies": { |
||||||
|
"com.ultracombos.upload": "1.0.24", |
||||||
|
"org.nuget.awssdk.s3": "3.7.0" |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 7f1d1fd9b5ef4d34591d30f534cf8b20 |
||||||
|
PackageManifestImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
Before Width: | Height: | Size: 208 KiB |
|
Before Width: | Height: | Size: 460 KiB |
|
Before Width: | Height: | Size: 426 KiB |
|
Before Width: | Height: | Size: 349 KiB |
Loading…
Reference in new issue