Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Layer Group Support, Different Pivot Points, Disabled Atlas #7

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d86a41b
Layer displays in the same order as Photoshop.
ChemiKhazi Aug 14, 2014
a811bf1
Disabled atlas support.
ChemiKhazi Aug 14, 2014
d492ae8
Added a DLL build
ChemiKhazi Aug 14, 2014
517e4b6
Separated exporter to another file.
ChemiKhazi Aug 14, 2014
11cb943
Fix Layer Group node object not being created when group visibility s…
ChemiKhazi Aug 14, 2014
d503911
Attempted to fix pivot settings.
ChemiKhazi Aug 18, 2014
4b63bb0
Moved main code to a module, this repo becomes a holder for the proje…
ChemiKhazi Aug 18, 2014
993c4df
Updated submodule version.
ChemiKhazi Nov 17, 2014
c6075a1
Updated README, new DLL build.
ChemiKhazi Nov 17, 2014
ccc797c
Latest DLL build
ChemiKhazi Nov 18, 2014
63b1be2
New build, trying different method for getting sorting layer names.
ChemiKhazi Nov 18, 2014
fe3f876
New DLL build with packing tag field.
ChemiKhazi Nov 20, 2014
d5e9c10
Updated submodule
ChemiKhazi Apr 20, 2015
7809dcb
New build
ChemiKhazi Apr 20, 2015
04b34ed
Added PSDPostProcessor to project.
ChemiKhazi Apr 20, 2015
d404481
Updated PSD Module
ChemiKhazi Sep 5, 2015
ca9c84b
Fixed references to Unity 5 DLLs
ChemiKhazi Sep 5, 2015
7dd9785
Fixed post build event
ChemiKhazi Sep 5, 2015
e0ca004
Latest DLL build
ChemiKhazi Sep 5, 2015
67aac9c
Renamed project assembly name to PhotoShopImporter
ChemiKhazi Sep 5, 2015
d78638c
Updated documentation.
ChemiKhazi Sep 5, 2015
01fab95
Updated PSD Module
ChemiKhazi Sep 8, 2015
55eb3db
Updated documentation
ChemiKhazi Sep 8, 2015
cad2909
Updated importer DLL
ChemiKhazi Sep 8, 2015
00f9a50
Updated readme
ChemiKhazi Sep 9, 2015
cf2ed4c
Updated readme with acknowledgements and demo/tutorial videos
ChemiKhazi Sep 10, 2015
df85ae0
Pulled submodule fix to UI layer order bug
ChemiKhazi Sep 10, 2015
f4195b9
New DLL build, fixes UI layer order bug
ChemiKhazi Sep 10, 2015
58a64da
Updated readme
ChemiKhazi Sep 10, 2015
d38354f
New DLL build, with extensible PSD constructor.
ChemiKhazi Nov 9, 2015
5d1bbfb
Update README.md
ChemiKhazi Jun 5, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
New DLL build, with extensible PSD constructor.
ChemiKhazi committed Nov 9, 2015
commit d38354f8bd356bf2ce0f10522b5b55971eb66874
5 changes: 4 additions & 1 deletion PhotoShopFileType/PhotoShop.csproj
Original file line number Diff line number Diff line change
@@ -51,7 +51,10 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="PSDModule\Editor\PsdBuilder.cs" />
<Compile Include="PSDModule\Editor\Reconstructor\IPsdConstructor.cs" />
<Compile Include="PSDModule\Editor\Reconstructor\PsdBuilder.cs" />
<Compile Include="PSDModule\Editor\Reconstructor\SpriteConstructor.cs" />
<Compile Include="PSDModule\Editor\Reconstructor\UiImgConstructor.cs" />
<Compile Include="PSDModule\Editor\PSDEditorWindow.cs" />
<Compile Include="PSDModule\Editor\PSDExporter.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Binary file modified bin/PhotoShopImporter.dll
Binary file not shown.