CandyCoded

🍭 Custom Unity Components that are delightful

MIT License

Downloads
74
Stars
162
Committers
2

Bot releases are hidden (Show)

CandyCoded - v4.4.1 Latest Release

Published by neogeek over 2 years ago

Full Changelog

  • Check for touch support before checking for current finger value. (#171) #171
  • Removed the null coalescing operator from the input manager. (#170) #170
CandyCoded - v4.4.0

Published by neogeek almost 3 years ago

Full Changelog

  • Added missing define tag. (#169) #169
  • Removed input package from dependencies. (#168) #168
  • Remove currentFingerId from activeFingerId if input down is false. (#167) #167
  • Added custom build tool extensions. (#166) #166
  • [hotfix] Multi-touch issues (#165) #165
  • Added input methods for testing collisions on canvas objects. (#164) #164
CandyCoded - v4.3.2

Published by neogeek over 3 years ago

Full Changelog

  • Added missing Input System dependancy. (#163) #163
CandyCoded - v4.3.1

Published by neogeek over 3 years ago

Full Changelog

  • Changed how touchSupported is calculated. (#162) #162
CandyCoded - v4.3.0

Published by neogeek over 3 years ago

Full Changelog

  • Added InteractionEvents component. (#160) #160
  • Replaced master with main throughout the repo. (#161) #161
  • Added com.unity.inputsystem to list of package dependencies. (#159) #159
CandyCoded - v4.2.0

Published by neogeek over 3 years ago

Full Changelog

  • [feat] New Input System support (#157) #157
CandyCoded - v4.1.0

Published by neogeek almost 4 years ago

Full Changelog

  • Added Nicify string extension. (#156) #156
CandyCoded - v4.0.0

Published by neogeek almost 4 years ago

Full Changelog

  • Added Chunk list extension. (#155) #155
  • [hotfix] InputManager multiple touch input (#154) #154
CandyCoded - v3.2.0

Published by neogeek almost 4 years ago

Features

CandyCoded - v3.1.0

Published by neogeek over 4 years ago

Features

Bug Fixes

CandyCoded - v3.0.2

Published by neogeek about 5 years ago

Features

Bug Fixes

Maintenance

CandyCoded - v3.0.1

Published by neogeek about 5 years ago

Bug Fixes

Maintenance

CandyCoded - v3.0.0

Published by neogeek about 5 years ago

Maintenance

  • Setup project for distribution via an NPM registry.
CandyCoded - v2.4.0

Published by neogeek about 5 years ago

Features

Maintenance

  • Updated documentation.
CandyCoded - v2.3.0

Published by neogeek about 5 years ago

Features

Maintenance

  • Updated documentation.
  • Renamed LICENSE file.
CandyCoded - v2.2.0

Published by neogeek about 5 years ago

Features

Maintenance

Bug Fixes

CandyCoded - v2.1.0

Published by neogeek about 5 years ago

Features

Bug Fixes

CandyCoded - v2.0.0

Published by neogeek over 5 years ago

Features

Bug Fixes

Maintenance

CandyCoded - v1.1.8

Published by neogeek over 5 years ago

Features

Maintenance

  • Added .editorconfig and formatted all code to match new style https://github.com/CandyCoded/CandyCoded/pull/97
  • Changed List.Shuffle to return an IEnumerable rather than a List.
  • Changed ObservableList.Unshift return an IEnumerable rather than a List.
  • Changed Materials.Materials to an IEnumerable rather than a List.
  • Changed Materials.GetMaterialsInChildren to return an IEnumerable rather than an array.
  • Improvements to Travis CI build/testing.
CandyCoded - v1.1.7

Published by neogeek over 5 years ago

Features