Skip to content

Commit 008539f

Browse files
committed
initial commit of sprite slicer and export tool
0 parents  commit 008539f

35 files changed

+7526
-0
lines changed

.gitignore

+128
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
# This .gitignore file should be placed at the root of your Unity project directory
2+
#
3+
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
4+
#
5+
/[Ll]ibrary/
6+
/[Tt]emp/
7+
/[Oo]bj/
8+
/[Bb]uild/
9+
/[Bb]uilds/
10+
/[Ll]ogs/
11+
/[Mm]emoryCaptures/
12+
13+
# Never ignore Asset meta data
14+
!/[Aa]ssets/**/*.meta
15+
16+
# Uncomment this line if you wish to ignore the asset store tools plugin
17+
# /[Aa]ssets/AssetStoreTools*
18+
19+
# Autogenerated Jetbrains Rider plugin
20+
[Aa]ssets/Plugins/Editor/JetBrains*
21+
22+
# Visual Studio cache directory
23+
.vs/
24+
25+
# Gradle cache directory
26+
.gradle/
27+
28+
# Autogenerated VS/MD/Consulo solution and project files
29+
ExportedObj/
30+
.consulo/
31+
*.csproj
32+
*.unityproj
33+
*.sln
34+
*.suo
35+
*.tmp
36+
*.user
37+
*.userprefs
38+
*.pidb
39+
*.booproj
40+
*.svd
41+
*.pdb
42+
*.mdb
43+
*.opendb
44+
*.VC.db
45+
46+
# Unity3D generated meta files
47+
*.pidb.meta
48+
*.pdb.meta
49+
*.mdb.meta
50+
51+
# Unity3D generated file on crash reports
52+
sysinfo.txt
53+
54+
# Builds
55+
*.apk
56+
*.unitypackage
57+
58+
# Crashlytics generated file
59+
crashlytics-build.properties
60+
61+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
62+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
63+
64+
# User-specific stuff
65+
.idea/**/workspace.xml
66+
.idea/**/tasks.xml
67+
.idea/**/usage.statistics.xml
68+
.idea/**/dictionaries
69+
.idea/**/shelf
70+
71+
# Generated files
72+
.idea/**/contentModel.xml
73+
74+
# Sensitive or high-churn files
75+
.idea/**/dataSources/
76+
.idea/**/dataSources.ids
77+
.idea/**/dataSources.local.xml
78+
.idea/**/sqlDataSources.xml
79+
.idea/**/dynamic.xml
80+
.idea/**/uiDesigner.xml
81+
.idea/**/dbnavigator.xml
82+
83+
# Gradle
84+
.idea/**/gradle.xml
85+
.idea/**/libraries
86+
87+
# Gradle and Maven with auto-import
88+
# When using Gradle or Maven with auto-import, you should exclude module files,
89+
# since they will be recreated, and may cause churn. Uncomment if using
90+
# auto-import.
91+
# .idea/modules.xml
92+
# .idea/*.iml
93+
# .idea/modules
94+
# *.iml
95+
# *.ipr
96+
97+
# CMake
98+
cmake-build-*/
99+
100+
# Mongo Explorer plugin
101+
.idea/**/mongoSettings.xml
102+
103+
# File-based project format
104+
*.iws
105+
106+
# IntelliJ
107+
out/
108+
109+
# mpeltonen/sbt-idea plugin
110+
.idea_modules/
111+
112+
# JIRA plugin
113+
atlassian-ide-plugin.xml
114+
115+
# Cursive Clojure plugin
116+
.idea/replstate.xml
117+
118+
# Crashlytics plugin (for Android Studio and IntelliJ)
119+
com_crashlytics_export_strings.xml
120+
crashlytics.properties
121+
crashlytics-build.properties
122+
fabric.properties
123+
124+
# Editor-based Rest Client
125+
.idea/httpRequests
126+
127+
# Android studio 3.1+ serialized cache file
128+
.idea/caches/build_file_checksums.ser

.idea/.idea.SpriteSlicer/.idea/indexLayout.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.SpriteSlicer/.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.SpriteSlicer/riderModule.iml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Editor.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Scenes.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Scenes/SampleScene.unity

+188
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!29 &1
4+
OcclusionCullingSettings:
5+
m_ObjectHideFlags: 0
6+
serializedVersion: 2
7+
m_OcclusionBakeSettings:
8+
smallestOccluder: 5
9+
smallestHole: 0.25
10+
backfaceThreshold: 100
11+
m_SceneGUID: 00000000000000000000000000000000
12+
m_OcclusionCullingData: {fileID: 0}
13+
--- !u!104 &2
14+
RenderSettings:
15+
m_ObjectHideFlags: 0
16+
serializedVersion: 9
17+
m_Fog: 0
18+
m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
19+
m_FogMode: 3
20+
m_FogDensity: 0.01
21+
m_LinearFogStart: 0
22+
m_LinearFogEnd: 300
23+
m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1}
24+
m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1}
25+
m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1}
26+
m_AmbientIntensity: 1
27+
m_AmbientMode: 3
28+
m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
29+
m_SkyboxMaterial: {fileID: 0}
30+
m_HaloStrength: 0.5
31+
m_FlareStrength: 1
32+
m_FlareFadeSpeed: 3
33+
m_HaloTexture: {fileID: 0}
34+
m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0}
35+
m_DefaultReflectionMode: 0
36+
m_DefaultReflectionResolution: 128
37+
m_ReflectionBounces: 1
38+
m_ReflectionIntensity: 1
39+
m_CustomReflection: {fileID: 0}
40+
m_Sun: {fileID: 0}
41+
m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
42+
m_UseRadianceAmbientProbe: 0
43+
--- !u!157 &3
44+
LightmapSettings:
45+
m_ObjectHideFlags: 0
46+
serializedVersion: 11
47+
m_GIWorkflowMode: 1
48+
m_GISettings:
49+
serializedVersion: 2
50+
m_BounceScale: 1
51+
m_IndirectOutputScale: 1
52+
m_AlbedoBoost: 1
53+
m_TemporalCoherenceThreshold: 1
54+
m_EnvironmentLightingMode: 0
55+
m_EnableBakedLightmaps: 0
56+
m_EnableRealtimeLightmaps: 0
57+
m_LightmapEditorSettings:
58+
serializedVersion: 10
59+
m_Resolution: 2
60+
m_BakeResolution: 40
61+
m_AtlasSize: 1024
62+
m_AO: 0
63+
m_AOMaxDistance: 1
64+
m_CompAOExponent: 1
65+
m_CompAOExponentDirect: 0
66+
m_Padding: 2
67+
m_LightmapParameters: {fileID: 0}
68+
m_LightmapsBakeMode: 1
69+
m_TextureCompression: 1
70+
m_FinalGather: 0
71+
m_FinalGatherFiltering: 1
72+
m_FinalGatherRayCount: 256
73+
m_ReflectionCompression: 2
74+
m_MixedBakeMode: 2
75+
m_BakeBackend: 0
76+
m_PVRSampling: 1
77+
m_PVRDirectSampleCount: 32
78+
m_PVRSampleCount: 500
79+
m_PVRBounces: 2
80+
m_PVRFilterTypeDirect: 0
81+
m_PVRFilterTypeIndirect: 0
82+
m_PVRFilterTypeAO: 0
83+
m_PVRFilteringMode: 1
84+
m_PVRCulling: 1
85+
m_PVRFilteringGaussRadiusDirect: 1
86+
m_PVRFilteringGaussRadiusIndirect: 5
87+
m_PVRFilteringGaussRadiusAO: 2
88+
m_PVRFilteringAtrousPositionSigmaDirect: 0.5
89+
m_PVRFilteringAtrousPositionSigmaIndirect: 2
90+
m_PVRFilteringAtrousPositionSigmaAO: 1
91+
m_ShowResolutionOverlay: 1
92+
m_LightingDataAsset: {fileID: 0}
93+
m_UseShadowmask: 1
94+
--- !u!196 &4
95+
NavMeshSettings:
96+
serializedVersion: 2
97+
m_ObjectHideFlags: 0
98+
m_BuildSettings:
99+
serializedVersion: 2
100+
agentTypeID: 0
101+
agentRadius: 0.5
102+
agentHeight: 2
103+
agentSlope: 45
104+
agentClimb: 0.4
105+
ledgeDropHeight: 0
106+
maxJumpAcrossDistance: 0
107+
minRegionArea: 2
108+
manualCellSize: 0
109+
cellSize: 0.16666667
110+
manualTileSize: 0
111+
tileSize: 256
112+
accuratePlacement: 0
113+
debug:
114+
m_Flags: 0
115+
m_NavMeshData: {fileID: 0}
116+
--- !u!1 &519420028
117+
GameObject:
118+
m_ObjectHideFlags: 0
119+
m_PrefabParentObject: {fileID: 0}
120+
m_PrefabInternal: {fileID: 0}
121+
serializedVersion: 5
122+
m_Component:
123+
- component: {fileID: 519420032}
124+
- component: {fileID: 519420031}
125+
- component: {fileID: 519420029}
126+
m_Layer: 0
127+
m_Name: Main Camera
128+
m_TagString: MainCamera
129+
m_Icon: {fileID: 0}
130+
m_NavMeshLayer: 0
131+
m_StaticEditorFlags: 0
132+
m_IsActive: 1
133+
--- !u!81 &519420029
134+
AudioListener:
135+
m_ObjectHideFlags: 0
136+
m_PrefabParentObject: {fileID: 0}
137+
m_PrefabInternal: {fileID: 0}
138+
m_GameObject: {fileID: 519420028}
139+
m_Enabled: 1
140+
--- !u!20 &519420031
141+
Camera:
142+
m_ObjectHideFlags: 0
143+
m_PrefabParentObject: {fileID: 0}
144+
m_PrefabInternal: {fileID: 0}
145+
m_GameObject: {fileID: 519420028}
146+
m_Enabled: 1
147+
serializedVersion: 2
148+
m_ClearFlags: 2
149+
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
150+
m_NormalizedViewPortRect:
151+
serializedVersion: 2
152+
x: 0
153+
y: 0
154+
width: 1
155+
height: 1
156+
near clip plane: 0.3
157+
far clip plane: 1000
158+
field of view: 60
159+
orthographic: 1
160+
orthographic size: 5
161+
m_Depth: -1
162+
m_CullingMask:
163+
serializedVersion: 2
164+
m_Bits: 4294967295
165+
m_RenderingPath: -1
166+
m_TargetTexture: {fileID: 0}
167+
m_TargetDisplay: 0
168+
m_TargetEye: 0
169+
m_HDR: 1
170+
m_AllowMSAA: 0
171+
m_AllowDynamicResolution: 0
172+
m_ForceIntoRT: 0
173+
m_OcclusionCulling: 0
174+
m_StereoConvergence: 10
175+
m_StereoSeparation: 0.022
176+
--- !u!4 &519420032
177+
Transform:
178+
m_ObjectHideFlags: 0
179+
m_PrefabParentObject: {fileID: 0}
180+
m_PrefabInternal: {fileID: 0}
181+
m_GameObject: {fileID: 519420028}
182+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
183+
m_LocalPosition: {x: 0, y: 0, z: -10}
184+
m_LocalScale: {x: 1, y: 1, z: 1}
185+
m_Children: []
186+
m_Father: {fileID: 0}
187+
m_RootOrder: 0
188+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}

Assets/Scenes/SampleScene.unity.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Scripts.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Scripts/editor.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)