Skip to content

Releases: lazysquirrellabs/sphere_generator

1.1.1

22 Sep 09:27
1.1.1
6acca9b
Compare
Choose a tag to compare

Package changes (external)

  • Use LSL's information in the package's "author" section.

1.1.0

17 Sep 17:46
1.1.0
35c9850
Compare
Choose a tag to compare

Package changes (external)

  • Improve icosphere generation process as described here.
  • README:
    • Add "Technical aspects" section.
    • Update links following repository organization transfer.
    • Add OpenUPM badge.
  • Update documentation, changelog and license links in package.json following repository organization transfer.

Project changes (internal)

In addition to the package (external) changes, this version contains the following internal changes:

  • Upgrade to Unity 2022.3.45f1, and:
    • Upgrade project settings assets.
    • [Packages] Update Collections to 2.4.3.
    • [Packages] Update Rider Editor to 3.0.31.

1.0.2

03 Jun 15:25
1.0.2
361e4e6
Compare
Choose a tag to compare

Add "Usage" and "Example" sections to README.

1.0.1

02 Jun 18:03
1.0.1
c263713
Compare
Choose a tag to compare

This release simply renames "Sphere Generators" references to "Sphere Generator", improving naming consistency.

Package changes (external)

  • [Breaking] Rename all namespaces to reflect the change LazySquirrelLabs.SphereGenerators -> LazySquirrelLabs.SphereGenerator.

Project changes (internal)

In addition to the package (external) changes, this version contains the following internal changes:

  • Add README sections for contents, importing, samples, compatibility, contributing, help and license.

1.0.0

31 May 17:24
1.0.0
7d449d9
Compare
Choose a tag to compare

The first release of Sphere Generators.

Features

  • Support for different basic shapes:
    • Icosphere.
    • Cube sphere.
    • UV sphere.
  • Customizable radius and level of detail (a.k.a. fragmentation depth).