Skip to content

Releases: BlueVoidStudios/EdUtilExamples

The Zip Release

23 May 20:30
Compare
Choose a tag to compare

I finally got around to investigating the issue with downloading this project as a ZIP archive instead of cloning the repository. Apparently, if a repo is using Git LFS to manage large files, the Download ZIP button downloads the repo with the pointer files and not the actual large files that those pointers are referencing. This is why downloading the zip results in a "Failed to load map" error, and why none of the assets show up in the content browser.

Starting today, every release will come with a working ZIP to download here from the Releases page, and I'll direct users here from the README.

Thanks to @JaegeunJung, @klixoft, and @SirVoxelot for the reports.

Undo support

09 Apr 02:08
Compare
Choose a tag to compare

Added undo support to all examples.

Initial release

09 Apr 02:07
7a789e4
Compare
Choose a tag to compare

This initial release contains all the examples seen in the April 4, 2019 Unreal Engine live stream (link).

Currently included examples:

  • Rotate multiple actors in place
  • Apply random rotation to actors
  • Set a focus actor and rotate selected actors to face it
  • Arrange actors in a radial formation
  • Organize actors in world outliner by type