79 Commits

Author SHA1 Message Date
pharan
742ffe5497 [unity] Make SkeletonDebug an EditorWindow. 2017-05-16 06:03:05 +08:00
pharan
b28f4761e1 [unity] SkeletonDebug now serves as debugging component. 2017-05-15 12:45:52 +08:00
pharan
80c8b5bbc4 [unity] Default z-spacing preferences. 2017-05-10 03:59:51 +08:00
pharan
e185e7f310 [unity] Major render refactoring. Add clipping. See SpineMesh.cs 2017-04-30 21:41:45 +08:00
pharan
1a6c2b8d9f [unity] Minor editor fixes. 2017-04-30 21:29:56 +08:00
pharan
87677c34e3 [unity] Auto-set advanced rendering settings. 2017-04-17 18:09:04 +08:00
pharan
7392883e49 [unity] Handle Unity 5.6 2017-04-17 18:07:49 +08:00
badlogic
571523fa9b Merge branch 'master' into 3.6-beta 2017-03-27 10:12:57 +02:00
pharan
fe0b627c75 [unity] Fix non-Spine jsons from reporting version mismatch. 2017-03-16 12:12:41 +08:00
pharan
757006f199 [unity] Match changes in spine-csharp 3.6 2017-02-27 00:38:26 +08:00
pharan
04cabf7f3c [unity] Support attachmentless/skinless skeletons. 2017-02-15 13:43:31 +08:00
John
467853a786 [unity] Fix binary version check. 2017-01-05 19:01:58 +08:00
pharan
0a423c3757 [unity] Updated editors. 2016-12-23 12:24:58 +08:00
pharan
acd50548d5 [unity] Updated editors. 2016-12-23 10:16:39 +08:00
pharan
b0bdd4f93c [unity] Drag and Drop to Hierarchy view. 2016-12-17 14:45:38 +08:00
pharan
a6d9915c95 [unity] Updated editors. (undo, sceneview, context menus) 2016-12-13 03:59:33 +08:00
pharan
ea36da81e4 [unity] More updated editor code. 2016-12-08 05:21:12 +08:00
pharan
86cfefe30d [unity] Updated editors + OnSceneGUI. 2016-12-07 04:56:33 +08:00
John
ac7979721a [unity] SpineEditorUtilities fixes. 2016-12-03 05:58:35 +08:00
pharan
9c21942482 [unity] Updated examples, modules and editors. 2016-11-26 03:05:23 +08:00
pharan
78855cdb70 [unity] Fix SkeletonUtility and BoundingBox functionality. 2016-11-19 08:14:33 +08:00
John
a400ee3bf2 [unity] Handle obsolete TextureImporter API in 5.5 2016-11-16 10:40:14 +08:00
NathanSweet
36000e3c55 Updated to v3.5 (merge dev branch).
# Conflicts:
#	spine-c/src/spine/AnimationState.c
2016-11-15 23:10:23 +01:00
John
92236380c0 [unity] Fix backwards json check. 2016-10-17 18:50:57 +08:00
NathanSweet
4a8d02a144 Cleaned up contribution comments. 2016-10-16 00:25:08 +02:00
NathanSweet
c0fdc454a2 Fixed inconsistent newlines.
License header was followed by \n\n and files ended with \n. Changed to \r\n.
2016-10-15 23:45:16 +02:00
badlogic
5aa27771c3 [runtimes] Updated ALL sources to use latest Spine Runtimes License v2.5. Manually checked all the things... 2016-10-13 15:12:05 +02:00
John
41fcd084e9 [unity] Fix Spine json detection. 2016-10-11 22:30:16 +08:00
John
2c8f291d7b [unity] SpineEditorUtilities Handles 2016-09-29 17:28:54 +08:00
pharan
13f433d13d [unity] Fix compatibility with Unity 5.1. 2016-08-29 17:10:52 +08:00
pharan
384889cf7a [unity] Fix Drag and Drop menu for SkeletonGraphic + hierarchy icons. 2016-08-09 19:51:50 +08:00
John
205c65e8d8 [unity] Add hierarchy icons to prefs. 2016-08-08 21:27:50 +08:00
pharan
a2abf956be [unity] Mark and make hierarchy icons easy to opt-out for users with complex scenes. 2016-08-05 18:31:24 +08:00
pharan
0434398b36 [unity] Drag n drop now uses RectTransform plane if selected (for UI) + minor fixes. 2016-08-01 09:12:40 +08:00
pharan
bd7ad96bc6 [unity] Don't import atlas textures as Unity Sprites by default. 2016-07-31 22:26:40 +08:00
pharan
395dc5b345 [unity] Drag n drop to Scene View context menu for all types. 2016-07-31 22:09:28 +08:00
pharan
870bda40b7 [unity] Basic drag n drop SkeletonDataAsset to Scene View. 2016-07-31 19:58:50 +08:00
pharan
af9085a07e [unity] SpineEditorUtilities, handle low memory unloading assets in stack + new preferences items. 2016-07-31 09:31:51 +08:00
John
7e5aa7db2b [unity] Update compatibility message.
Spine 3.4 was a major launcher and editor update but required no runtime changes.
2016-07-13 22:57:29 +08:00
pharan
ebd8831a17 [spine-unity] 3.3 changes to TK2D code + better default scale. 2016-07-04 13:58:34 +08:00
John
1c19365325 [csharp][monogame][unity][xna] Updated to 3.3.x (#623)
* [spine-csharp] Ported 3.3 changes of Animation and inner classes. Added MathUtils.Clamp

* [spine-csharp] Ported 3.3 changes of AnimationStateData. Updated .gitignore to exclude .meta files from spine-csharp

* [spine-csharp] Ported 3.3 changes of Bone

* [spine-csharp] Ported 3.3 changes of BoneData

* [spine-csharp] Ported 3.3 changes of Event

* [spine-csharp] Ported 3.3 changes to IKConstraint. Also got rid of the hideous labeled break. Replaced with while and sprinkled continues and break :D

* [spine-csharp] Mario is not good with labeled breaks. Fixed with goto

* [spine-csharp] Ported more 3.3 changes, only SkeletonJson and SkeletonBinary left. Unity runtime also needs updating with new changes

* [spine-csharp] fixed compilation errors initially not reported by Mono CS

* Minor clean up.

Every space has its place.™

* Match csharp 3.3 refactorings.

* [Unity] Minor cleanup in SkeletonBaker.

* Better exception messages.

* Removed extra usings. Matched whitespace style.

* Fixed Bone.cs method PascalCase and xml documentation.

* Fixed Exception ctor arguments.

* Fixed single bone IK mixing.

Matched libgdx commit:
e0ee18a088

* [spine-csharp] Port of 3.3 changes to SkeletonJson, incomplete

* [Unity] Ragdoll: account for shear and new constraints.

* [spine-csharp] Ported 3.3 changes to SkeletonJson

* [spine-csharp] Ported 3.3 changes to SkeletonBinary. Time for testing and debugging

* [spine-csharp] Fixed up XNA runtime

* Added simple example data in new exports/ folder

* [spine-csharp] Fixed bug in Slot construtor, wasn't assigning index. Fixed bug in CurveTimeline, argument guard was wrong. Fixed bugs in SkeletonJson, indexing to get duration of a timeline was wrong. Added simple example to spine-xna for easier debugging

* [spine-csharp] Fixed porting bug in ColorTimeline#apply, indexing was wrong

* [spine-csharp] Fixed SkeletonJson#ReadVertices, calling resize on temp lists was wrong. Updated goblin sample in spine-xna, fixed mesh attachment rendering in spine-xna.

* [spine-xna] Added binary exports, modified XNA game

* [spine-xna] Added tank example

* Some cleanup. Relabeled generic todos.

* Prevent SpineEditorUtilities from orphaning failed instantiations.

* Ignore PathAttachment when checking for required atlas regions.

* [spine-csharp] the great spaces to tabs battle

* [spine-csharp] Fixed inherit deform.

* [spine-csharp] Match Skeleton.java properties and stuff.

* [spine-csharp] Fixed enums, all upper cased now, using Enum.ParseType in case-insensitive mode

* [csharp] Ported 206e7f983c4df4d27fee6cac05d152eb2295c8b0 to csharp runtime. Fixes attachment keys on different tracks

* [csharp] Updated README.md

* [xna] [monogame] [unity] Updated README.md

* Revert "[csharp] Ported 206e7f983c4df4d27fee6cac05d152eb2295c8b0 to csharp runtime. Fixes attachment keys on different tracks"

This reverts commit 175216868dd00b4ae31cc717022242308c150f6a.

* [csharp] Fix to AttachmentTimeline#apply, fix for the fix for the fix for the revert for the fix

* [csharp] Matched and fixed more comments, summaries, exception messages and formatting.

* [csharp] Fix deformed weighted vertices condition + match libgdx closer.

* [csharp] Use internal ExposedList array for critical methods.

* [csharp] SkeletonJson and SkeletonBinary minor formatting and fixes.

* [unity] Match changes and fixes in spine-csharp 3.3 + better editor messages.

* [unity] Updated sample scenes and files.

* [csharp] Some formatting got left behind.

* [unity] New readme links + Removed redundant info.

* [exports] Remove dummy project.
2016-06-30 04:29:33 +08:00
John
5cceb22406 [unity/tk2d] Update editor code. Some cleanup and fixes. (#608)
* Initial cleanup and review.

* More cleanup and review.

* Removed missing atlas warnings for TK2D. Better button labels. Separated specialized/utility shaders.

* Clearer wording. More checks.

* Fix for Inspector reflowing between GUI events.

* Basic TK2D warning message.

* Fix play buttons. Removed useless reimport button for TK2D. Minor fixes.
2016-06-10 16:40:10 +08:00
John
0b00800e39 [Unity] Update basic json validity check. 2016-05-13 13:03:33 +08:00
pharan
9254e18801 Spine.Unity and Spine.Unity.Editor namespace 2016-03-24 00:34:22 +08:00
John
143b750dc9 Exclude BuildTargetGroup.Unknown 2016-03-15 16:01:57 +08:00
pharan
be38f3e1d3 SkeletonRenderer.Reset is now Initialize(bool overwrite). SkeletonGraphic. New sample scenes updated for Spine v3. Mesh Generation. Rearranged folders. Many small fixes. 2016-02-15 11:05:09 +08:00
NathanSweet
4283d6fce3 Updated spine-unity for Spine v3.
@Fenrisul she's ready for your magic! :D See diff and/or `// MITCH` comments.
@pharan
2016-02-14 23:20:36 +01:00
John
0ea9bd216f [Unity] Atlas ingestion safety
https://github.com/EsotericSoftware/spine-runtimes/pull/259
2015-12-29 04:12:05 +08:00
Serhii Yolkin
7d60e4e255 improved handling of Reimport All and some other weird asset import cases 2015-10-11 20:26:42 +02:00
Fenrisul
32b8dede3d Merge branch 'master' of https://github.com/Fenrisul/spine-runtimes 2015-07-08 23:25:31 -07:00