Jeff Campbell

Results 19 issues of Jeff Campbell

**Is your feature request related to a problem? Please describe.** Currently, the API for modifying components on an Entity involves passing all of the properties of that component into a...

enhancement

Importing the legacy UnityPackage for JTween will not automatically import its required packages in the same way that importing it via the PackageManager will. I believe there is an API...

enhancement

### Summary If a tween is started without an ITweenHandle and set to infinitely loop, there is not a way to stop it or recycle that instance. An API should...

enhancement

### Summary The TransformAccessArray for single and batch tweens is set to an initial capacity of 10K. If this capacity is exceeded, it would likely cause a fatal exception. When...

bug

@all-contributors add @jeffcampbellmakesgames for code, content, doc, design, and ideas.

enhancement

### Summary I would like to add support for tweening other component's values, regardless of whether or not they can be immediately updated from Jobs directly; these would offer a...

enhancement

The initial allocation size of the internal managed and some native collections is set to an initial hard-coded size of 10K. Any size set will have implications on runtime memory....

enhancement

**Is your feature request related to a problem? Please describe.** For users that do not use Unity, I would like to have a distribution endpoint on Github for releases that...

enhancement

Hello, this PR is aimed at several different areas to make the features available in `Arch.Extended` more compatible with Unity and easier for developers to build and use. I've based...