İçeriğe atla
Basic Utils Library ilanı için 1. medya

Açıklama

Version: 2021.2.0

Contact: [email protected]

NEW 2021.2.0:

  • Overhauled most of the data serialization functions for the UArchiveBuffer class in an attempt to boost performance.
  • UTexture2D serialization no more in experimental (still limited to B8G8R8A8, but more stable).
  • FileIO Utilities have also been remade from scratch to improve peformance and add a few extras here and there.

The Basic Utils Plugin (BUP) aims to add many missing features that can enhance the development of your project, as well as try to fill in the gabs of missing features and cool new additions.

Core Features:

  • Array conversion nodes that autocast like regular conversion nodes, allows to simply convert an array of one data type to another.
  •  Array sorting, (Selection, Bubble, Insertion)
  •  Sums and Averages for numeric types as well as string arrays (if they include numbers).

Math:

  • ACos2
  • ASin2
  • Find Length
  • Find Width
  • Grid/Cube
  • Spiral
  • Point Sphere
  • Ellipse/Circle
  • Cyllinder
  • Fibonacci
  • Golden Ratio

FileIO Functions

  • Get File information: Created, modified, accessed, IsReadOnly, ...
  • Move/Rename, Write, Load , Delete,... Files & Directories

Data Serialization:

  • Buffer Object for storage, set and getting the buffer itself.
  • Serialization support for all primitive types.
  • Easy expandability, you can make your own serialization macros.
  • Byte Array to Hexadecimal String and vice versa.
  • Texture2D Serialization (limited to B8G8R8A8).

İçerdiği biçimler