0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re-implemented (I thought this was in several commits ago) a better system for handling booleans. They are now enabled and then a true/false picker is shown, allowing you to send a false value for boolean fields. More... over 11 years ago
Updating asset store tools More... over 11 years ago
Updated version number, added donation link to menu More... over 11 years ago
Added a Stop method to the iTweenEvent More... over 11 years ago
Updated asset store config. More... almost 12 years ago
Updated iTween version, removed show/hide icon commands as Unity now has that built-in, updated readme More... almost 12 years ago
Fixed a bug where bool values could not be submitted as false. More... almost 13 years ago
Version 0.5.2 More... about 13 years ago
Fixed final placement of files, added readme, javascript copy menu item is now working correctly. More... about 13 years ago
Fixed minor bugs, added global visual path editor lookup (instead of just the paths on the same GameObject). Started on a way to fix broken paths for Javascript projects when installing from Asset Store. More... about 13 years ago
Updated to version 0.5. Added integration with iTween Path Editor. More... about 13 years ago
Added check for null that fixed initial null reference exception. Added icon and menu item to toggle on/off. More... over 13 years ago
Added check for null initial values to prevent error message when adding a new iTweenEvent. More... over 13 years ago
Big iTweenEvent serialization rewrite to remove usage of the BinaryFormatter as that was failing due to a problem with Unity (http://intra.unity3d.com/fogbugz/default.asp?381151_s70ev3ht). Also added a name field to the iTweenEvent and a static helper method GetEvent for retrieving iTweenEvents from a GameObject. More... over 13 years ago
Refactored individual GameObject/Transform/AudioClip/AudioSource SerializationContainer classes into one generic IndexedSerializationContainer class. More... over 13 years ago
Added support for GameObject values, changed the on start/complete/update target from an object to a GameObject, changed the params from an object to a string. More... over 13 years ago
Added support for the path param of MoveTo and MoveFrom. More... over 13 years ago
Fixed missing Vector3 type in editor. More... over 13 years ago
Added support for AudioClip and AudioSource, only AudioClip is tested. More... over 13 years ago
Added support for Transforms More... over 13 years ago
Added support for serializing Color variables More... over 13 years ago
Added copyright notice. More... over 13 years ago
Version 0.1 - Most things work, Transforms and Colors aren't being serialized yet so don't try to use those as values. More... over 13 years ago