All Projects → rozx → UnityModularSystem

rozx / UnityModularSystem

Licence: other
Unity Modular system let's you create game object with procedural generated parts.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to UnityModularSystem

camp
Building generative VR worlds on the Web
Stars: ✭ 16 (-48.39%)
Mutual labels:  procedural-generation
accrete-starform-stargen
An attempt to reconcile all available versions of the Accrete/Starform/Stargen solar system generator.
Stars: ✭ 24 (-22.58%)
Mutual labels:  procedural-generation
cloud gen
Procedural Generation of Clouds with Vector Graphics
Stars: ✭ 46 (+48.39%)
Mutual labels:  procedural-generation
ProceduralDungeon
This is an Unreal Engine 4/5 plugin to generate procedural dungeon.
Stars: ✭ 95 (+206.45%)
Mutual labels:  procedural-generation
xibalba
A Mayan roguelike
Stars: ✭ 50 (+61.29%)
Mutual labels:  procedural-generation
TaurusDungeonGenerator
A graph based procedural dungeon generator for Unity
Stars: ✭ 25 (-19.35%)
Mutual labels:  procedural-generation
flowing-terrain
Algorithm for creating 3 dimensional terrain maps and their likely watercourses.
Stars: ✭ 27 (-12.9%)
Mutual labels:  procedural-generation
tripbot9000
Procedural generation of geometric patterns and fractals.
Stars: ✭ 22 (-29.03%)
Mutual labels:  procedural-generation
Thalatta
An open source terrain generation suite.
Stars: ✭ 37 (+19.35%)
Mutual labels:  procedural-generation
simple-pool
#NVJOB Simple Pool. Pool for optimizing object loading. Unity Asset.
Stars: ✭ 16 (-48.39%)
Mutual labels:  gameobject
spacestation
A procedural spacestation generator
Stars: ✭ 22 (-29.03%)
Mutual labels:  procedural-generation
dungeon
A configurable and editable dungeon generator using Binary-Space Partitioning and hand-made rooms.
Stars: ✭ 49 (+58.06%)
Mutual labels:  procedural-generation
fractal-noise-js
Fractal noise functions
Stars: ✭ 37 (+19.35%)
Mutual labels:  procedural-generation
convchain
Javascript port of https://github.com/mxgmn/ConvChain
Stars: ✭ 44 (+41.94%)
Mutual labels:  procedural-generation
creature-creator
Procedurally generate creatures in Unity - inspired by Spore.
Stars: ✭ 185 (+496.77%)
Mutual labels:  procedural-generation
gemini
Sci-Fi galaxy simulation with heavy procedural generation focus
Stars: ✭ 25 (-19.35%)
Mutual labels:  procedural-generation
Symbinode
Free and open source program for creating procedural materials.
Stars: ✭ 52 (+67.74%)
Mutual labels:  procedural-generation
plants
Procedural generation of plants.
Stars: ✭ 16 (-48.39%)
Mutual labels:  procedural-generation
IsoRTS
Isometric RTS game with procedural generated maps.
Stars: ✭ 14 (-54.84%)
Mutual labels:  procedural-generation
alien-script-generator
Procedurally generated front for alien languages
Stars: ✭ 17 (-45.16%)
Mutual labels:  procedural-generation

Unity Modular System

Unity Modular system let's you create game object with procedural generated parts.

With editable random seed mode and starting method, it provides the user unlimited possibility.

No coding skill required.

How to use it?

  1. First, attach the modular system script to the gameobject (as root) you want to have random procedural generated parts.
  2. Create some empty gameobjects under the root gameobject you just created, those are the basic position your procedural generated parts will based on.
  3. In the inspector, under the modular system script, create some partsets and drag those empty gameobjects to the "attachTransform".
  4. Add prefabs for each part sets.
  5. Adjust them individually.
  6. You can press "Preview" to preview the final product.
  7. Click on individual part will let you preview the part, drag will adjust the postion of attach transform. You can modify the position, rotation and scale for each parts individually.

Screenshots

  • Editor View

Editor View

  • Example Preview

Example

Update Logs

##2018-06-11 V0.4

  • Done: Modified .gitignore. Fixed the bug when entering play mode, the preview still exist. Added two .unitypackage(one with example, one without) with latest unity version 2018.1.

##2016-11-07 V0.3

  • Done: Attached transform handlers & lable Modular system script(Now it can be generated when scene started). Weight based randomizer. Random seed mode and starting method are working properly.

##2016-11-06 V0.2

  • Done: Generate preview in editor(Can be previewed with either singel or all part(s)) Example scene using free asset from asset store.

##2016-11-05 V0.1b

  • Done: Name is now based on gameobjct's name if user hasn't define it. Random Seed manually generate. Starting method configuration.

##2016-11-05 V0.1a

  • Done: Basic classes defined. Editor Window complete.
  • To Do: Monobehaviour script.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].