UnityTK icon indicating copy to clipboard operation
UnityTK copied to clipboard

Library with useful scripts and systems for Unity3D game development

Results 7 UnityTK issues
Sort by recently updated
recently updated
newest added

Currently, DataBindingCollectionLeaf.OnValidate just replaces the type as soon as the binding changed, this is annoying for prefabs and it should ask in the inspector before overwriting.

enhancement

Add support for renaming fields and properties databindings bound to. Sometimes when having a ui already working you want to rename a few fields and this currently breaks the databindings...

enhancement

Reproduction: Hover over tooltip opener that anchors the tooltip to the mouse and follows the mouse and see how it is in a wrong position for the first frame its...

bug

Unity coroutines are nice for a lot of things, their downside is that every coroutine call and yield return ...; allocates an object on the managed object heap. Implement the...

enhancement
help wanted
good first issue

They should be specified in XML like a collection and parsed into the enum field. Example: ``` enum1 enum3 ``` ``` public class TestObj : IPrototype { public TestEnum fieldName;...

enhancement
help wanted
good first issue

Implement a UnityTK module with helpful stuff for setting up generic game cameras: - [x] Static cameras - [x] Top down cameras - [x] Isometric camera - [ ] "Fake"...

enhancement