All Projects ā†’ CandyCoded ā†’ Candycoded

CandyCoded / Candycoded

Licence: mit
šŸ­ Custom Unity Components that are delightful

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Candycoded

Unityheapcrawler
Reflection based heap shapshot tool for Unity game engine
Stars: āœ­ 91 (-5.21%)
Mutual labels:  unity, unity3d
Forgenetworkingremastered
In short, Forge Networking is a free and open source multiplayer game (multi-user) networking system that has a very good integration with the Unity game engine. You wanna make a multiplayer game or real time multi-user application? This is the library for you.
Stars: āœ­ 1,338 (+1293.75%)
Mutual labels:  unity, unity3d
Neolowman
Yet another low-poly man
Stars: āœ­ 88 (-8.33%)
Mutual labels:  unity, unity3d
Unityvision Ios
This native plugin enables Unity to take advantage of specific features of Core-ML and Vision Framework on the iOS platform.
Stars: āœ­ 85 (-11.46%)
Mutual labels:  unity, unity3d
Vrarmik
Unity Inverse Kinematics solution for arms in VR
Stars: āœ­ 94 (-2.08%)
Mutual labels:  unity, unity3d
Audiopreviewtrack
Instant audio playback (scrubbing) in preview mode of Unity Timeline editor.
Stars: āœ­ 88 (-8.33%)
Mutual labels:  unity, unity3d
Gpu Planetary Rendering
GPU atmosphertic scattering and planet generation in Unity 3D
Stars: āœ­ 92 (-4.17%)
Mutual labels:  unity, unity3d
Unity Colourlovers Importer
Unity editor tool to load colours and palettes directly from COLOURlovers.com
Stars: āœ­ 85 (-11.46%)
Mutual labels:  unity, unity3d
Unity3d
Syphon Implementation for Unity3D Pro
Stars: āœ­ 90 (-6.25%)
Mutual labels:  unity, unity3d
Spriteglow
A sprite glow effect for Unity game engine
Stars: āœ­ 1,287 (+1240.63%)
Mutual labels:  unity, unity3d
Adamplanereflection
Planar reflection effect from the Adam Interior Environment package.
Stars: āœ­ 86 (-10.42%)
Mutual labels:  unity, unity3d
Trailboids
Just tried making boids with particle trails.
Stars: āœ­ 93 (-3.12%)
Mutual labels:  unity, unity3d
Projectfieldwarning
Project: Field Warning is a community-made RTS game centered around lethal regiment and division-scale warfare.
Stars: āœ­ 86 (-10.42%)
Mutual labels:  unity, unity3d
Banditdungeon
Demo project using multi-armed bandit algorithm
Stars: āœ­ 94 (-2.08%)
Mutual labels:  unity, unity3d
Unityrecyclinglistview
A fast scrolling list component for Unity UI which recycles its child elements
Stars: āœ­ 86 (-10.42%)
Mutual labels:  unity, unity3d
Unity Animator Helpers
A micro-framework for changing Unity 3D's Animator parameters with ScriptableObject(s). Designed to make going from custom scripts to Animator parameters easy. Works with 2D or 3D projects.
Stars: āœ­ 89 (-7.29%)
Mutual labels:  unity, unity3d
Unity Azure Pipelines Tasks
Azure DevOps extension adding tools to build and deploy Unity 3D projects using Azure Pipelines
Stars: āœ­ 83 (-13.54%)
Mutual labels:  unity, unity3d
Unityandroidhotupdate
(Unity3Dēƒ­ę›“ꖰ) provide a way to hot update Unity app on Android, support code&resources, not need lua js or IL runtime etc..., will not disturb your project development; just loading the new version apk file to achieve.
Stars: āœ­ 85 (-11.46%)
Mutual labels:  unity, unity3d
Iridescence
Iridescence shader
Stars: āœ­ 89 (-7.29%)
Mutual labels:  unity, unity3d
Uia 2e
all the projects from Unity in Action 2nd edition
Stars: āœ­ 97 (+1.04%)
Mutual labels:  unity, unity3d

CandyCoded

Custom Unity Components that are delightful

Build Status Codacy Badge Join the chat at https://discord.gg/nNtFsfd npm license

Introduction

CandyCoded is a collection of useful components and extensions for building in Unity. Whether you are building a quick prototype or a production-ready experience, CandyCoded will help you get there.

Features

  • ObservableList object
  • Vector2, Vector3 and Vector4 AnimationCurves objects
  • Transform animation methods
  • Raycast reflect method
  • Custom ScriptableObjects with event handlers
  • Event Profiler editor window
  • EnumMask enum attribute
  • InputManager methods
  • SaveManager methods - Tutorial
  • Screenshot methods and editor tools

Installation

Direct Install

Download latest CandyCoded.unitypackage or CandyCoded.dll

Unity Package Manager

https://docs.unity3d.com/Packages/[email protected]/manual/index.html

Git

{
  "dependencies": {
    "xyz.candycoded.candycoded": "https://github.com/CandyCoded/CandyCoded.git#v4.3.0",
    ...
  }
}

Scoped UPM Registry

{
  "dependencies": {
    "xyz.candycoded.candycoded": "4.3.0",
    ...
  },
  "scopedRegistries": [
    {
      "name": "candycoded",
      "url": "https://registry.npmjs.com",
      "scopes": ["xyz.candycoded"]
    }
  ]
}

Include tests

{
  "dependencies": {
    ...
  },
  "testables": ["xyz.candycoded.candycoded"]
}

Contents

Credits

Fonts used in logo are Escafina and Klinic Slab, both from Lost Type.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].