Skip to content

Releases: GameArki/GameArkiSetup

1.2.0

12 Dec 07:27
d64d0e1
Compare
Choose a tag to compare

FPMath 1.0.0

  • feature add: Minkowski Sum
  • feature add: Minkowski Difference
  • PURE CSHARP implement, only 64 lines functions
    ** The greens are convexes, the red is sum, the yellow is difference.
    image

1.1.0

27 Nov 10:54
a0a3ff7
Compare
Choose a tag to compare

FPEasing 2.8.0

  • add: EasingType.Mountain...like MountainInSine, MountainOutCubic
    35a0c1c26526c2834d2a4872459a5b5

1.0.0

23 Nov 15:23
7fd337d
Compare
Choose a tag to compare

🎉=stable
🔨=developing(totally usable)
🧶=DONT IMPORT

BufferIO 1.5.0 ✔

Binary Serialization.

  1. Serialize and Deserialize: bool/byte/sbyte/short/ushort/int/uint/long/ulong/float/double/char/string and their T[] and List.
  2. Serialize and Deserialize: UnityEngine.Vector2/Vector2Int/Vector3/Vector3Int/Vector4/Quaternion/Color/Color32/Rect and their T[] and List.
  3. Serialize custom struct messages which inherit from IBufferIOMessage.
  4. Coved tests.

BufGenerator 1.4.0 ✔

Generate code for BufferIO and NoBuf.

  1. Generate BufferIO messages' WriteTo and ReadFrom methods.

FPMath 1.8.3 ✔

FixedPoint Math Library.

FPEasing 2.7.0 ✔

Easing Functions.

TripodCamera 0.10.3 🔨

Alternative of Cinemachine.

  1. Push/Rotate/Move/Zoom
  2. Follow/LookAt target.
  3. Shake.
  4. Track.

MenuTool 0.2.1 🔨

  1. Regenerate .csproj if your project exists .asmdef.
  2. Custom Toolbar.