Git Product home page Git Product logo

reeseunitydemos's Introduction

ReeseUnityDemos

Discord Shield

Unity packages and demos—emphasizing ECS, jobs and the Burst compiler—by me, Reese.

Packages

This project is a UPM package monorepo that supports the included demos, featuring:

  1. Nav - DOTS navigation with auto-jumping agents and movable surfaces; released as a package on the nav branch.
  2. Randomization - Unity.Mathematics.Random number generators in jobs, including Burst-capable ones; released as a package on the random branch.

Demos

Gif of agents navigating complex terrain.

Assets/Scenes/Nav/NavTerrainDemo.unity.


Gif of agents jumping across moving surfaces.

Assets/Scenes/Nav/NavMovingJumpDemo.unity.


Gif of agents spawning and avoiding obstacles.

Assets/Scenes/Nav/NavPerformanceDemo.unity.


Gif of an agent moving to point-and-clicked destinations.

Assets/Scenes/Nav/NavPointAndClickDemo.unity.


Gif of changing prefab colors with Unity ECS.

Assets/Scenes/PointAndClickDemo.unity.


Gif of projectile motion demonstration with Unity DOTS.

Assets/Scenes/ProjectileDemo.unity


Gif of spawning prefabs with Unity ECS.

Assets/Scenes/SpawnDemo.unity


Linux & You

Linux users may need to do some extra work to get the project and/or packages up and running.

Mono Setup

Install Mono by following these directions.

Burst Prerequisite Setup

Avoid sandboxing Unity Hub and Unity with Flatpak or Snap, otherwise libdl.so may be inaccessible to the editor.

Also, on Ubuntu, you may need to manually install gcc-multilib and libncurses5 with:

sudo apt install gcc-multilib libncurses5

IL2CPP Setup

If, despite prior warning, you still want to use IL2CPP, note that you need to install clang on Ubuntu via:

sudo apt install clang

Contributing

Find a problem, or have an improvement in mind? Great. Go ahead and submit a pull request. Note that the maintainer offers no assurance he will respond to you, fix bugs or add features on your behalf in a timely fashion, if ever. All that said, GitHub Issues is fine for constructive discussion.

By submitting a pull request, you agree to license your work under this project's MIT license.

reeseunitydemos's People

Contributors

reeseschultz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.