All Projects → nvjob → Infinity Square Space

nvjob / Infinity Square Space

Licence: mit
Infinity Square/Space. The prototype of the game is open source. Unity Asset.

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Infinity Square Space

Savegamepro
A Complete and Powerful Save Game Solution for Unity (Game Engine)
Stars: ✭ 30 (-75.41%)
Mutual labels:  game, unity, unity3d, unity-scripts, unity-asset
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (+40.98%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Awesome Unity Open Source On Github
A categorized collection of awesome Unity open source on GitHub (800+)
Stars: ✭ 1,124 (+821.31%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+2883.61%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Apple Signin Unity
Unity plugin to support Sign In With Apple Id
Stars: ✭ 228 (+86.89%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Fancyscrollview
[Unity] A scrollview component that can implement highly flexible animations.
Stars: ✭ 1,216 (+896.72%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Savegamefree
Save Game Free is a free and simple but powerful solution for saving and loading game data in unity.
Stars: ✭ 279 (+128.69%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Unity Ui Examples
📚 A collection of UI examples for Unity.
Stars: ✭ 152 (+24.59%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+332.79%)
Mutual labels:  game, unity, unity3d, unity-asset
Restclient
🦄 Simple HTTP and REST client for Unity based on Promises, also supports Callbacks! 🎮
Stars: ✭ 675 (+453.28%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Redrunner
Red Runner, Awesome Platformer Game.
Stars: ✭ 414 (+239.34%)
Mutual labels:  game, unity, unity3d, open-source
Csharp Eval Unity3d
C# Expression Parser for Unity3D
Stars: ✭ 102 (-16.39%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Unity Assetpipeline Presentation
Unity project for "A Technical Deep-Dive into Unity's Asset Pipeline" presented at Develop: 2018
Stars: ✭ 31 (-74.59%)
Mutual labels:  unity, unity3d, unity-scripts, unity-asset
Reflexityai
Provide a basic framework to build an Utility IA in Unity using the xNode editor of Siccity
Stars: ✭ 109 (-10.66%)
Mutual labels:  artificial-intelligence, unity, unity3d, unity-asset
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (-47.54%)
Mutual labels:  game, unity, unity3d
3 Modifiers And Abilities
Customise character abilities, weapons, characters and enemies. This includes multiple damage types, modifiers, sounds, animations. By the end you can create your core combat experience. (REF MA_RPG) http://gdev.tv/rpggithub
Stars: ✭ 64 (-47.54%)
Mutual labels:  game, unity, unity3d
Unity3d Dynamicallyloadinganimation
👾 Unity3D Loading and unloading animations at runtime (Example)
Stars: ✭ 74 (-39.34%)
Mutual labels:  unity, unity3d, unity-scripts
Bdframework.core
[中]Simple! Easy! Powerful Unity3d game workflow! Unity3d framework:c# hotfix(ILRuntime)、asset manager、ui workflow、network debug... and so on
Stars: ✭ 1,196 (+880.33%)
Mutual labels:  game, unity, unity3d
Dlibfacelandmarkdetector
FaceLandmark Detector using Dlib (Unity Asset Plugin)
Stars: ✭ 80 (-34.43%)
Mutual labels:  unity, unity3d, unity-asset
Projectfieldwarning
Project: Field Warning is a community-made RTS game centered around lethal regiment and division-scale warfare.
Stars: ✭ 86 (-29.51%)
Mutual labels:  game, unity, unity3d

Infinity Square/Space 1.0.1

nvjob.github.io/unity/infinity-square-space

GitHub Logo

The prototype of the game is open source. Unity Asset.
Features: infinite procedurally generated world, almost complete destructible of everything, a very large number of NPCs (up to 1000 in one star system), battles involving hundreds of NPC, gravity is an important game element.

This prototype of the game is completely playable, but nevertheless, this is not a complete game.
The source contains all the tools for the development of the game, but you need the above-average programming skill. There are no comments in the code, but the code itself is well structured, all the scripts and shaders, functions and variables are named so that it is clear what they are responsible for.

This game prototype consists of five main parts:

  • Pools of static game objects.
  • Procedural generation based on the coordinate system.
  • The system of destruction, based on the substitution of objects, objects from the pool of static objects.
  • Artificial intelligence, with a primitive simulation of life and interaction with each other, the world and the player.
  • Game controller, with a set of weapons and skills.

Download standalone version on Itch.io - https://nvjob.itch.io/infinity-squarespace-standalone
WEB version on Itch.io - https://nvjob.itch.io/infinity-square-space-web


Prerequisites

To work on the project, you will need a Unity version of at least 2019.1.8 or higher (64-bit).
Scripting Runtime Version - .net 4.x Equivalent

Installation:

https://www.youtube.com/watch?v=1DalkV98lyI

  • Create a new project in Unity.
  • Download Assets and ProjectSettings and place them in the folder of your new project.
  • Open the desired scene in the Scenes directory.

GitHub Logo

Basic information

The “Main” directory contains all the files and scripts associated with the procedural generation of the planetary system. The “AI“ directory contains all the files and scripts associated with artificial intelligence. The “Player” directory contains all the files and scripts associated with the game controller, inventory and interface. The “Menu” directory contains all the files and scripts associated with the initial menu for selecting a planet.

The “Universe” script in the “Menu” scene is responsible for generating the star field.

GitHub Logo GitHub Logo

The “StarSystem” script in the “Main” scene is responsible for generating the star system.

GitHub Logo GitHub Logo

When you first start in the editor, first start the “Menu” scene to apply the settings of the “Main” scene, which are stored in “PlayerPrefs”. To test the main “Main” scene, you can generate the star systems you need using test seed.**

GitHub Logo


Patrons: nvjob.github.io/patrons
You can become one of the patrons, or make a sponsorship donation.


Authors: #NVJOB. Developer Nicholas Veselov. Разработчик Николай Веселов. Санкт-Петербург.

License: MIT License. Clarification of licenses.

Support: Report a Problem.

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].