#
unity-tutorial
Here are 173 public repositories matching this topic...
Thaina
commented
Mar 10, 2020
Please fill in the following fields:
Unity editor version: 2018.4
Firebase Unity SDK version: 6.12
Firebase plugins in use (Auth, Database, etc.): FireStore
Please describe the issue here:
QuerySnapshot implement IEnumerable<DocumentSnapshot> so I expect that it could iterate with itself directly. But it just throw exception
QuerySnapshot query = await fireStoreQuery.Get
-
Updated
Sep 22, 2019 - C#
The best way to implement singleton pattern in Unity.
design-pattern
csharp
unity
unity-tutorial
unity3d
unity-scripts
design-patterns
singleton
csharp-code
csharp-script
singleton-pattern
singleton-standard
csharp-library
singletonpattern
-
Updated
Dec 14, 2017 - C#
A list of resources and tutorials for those doing programming in Unity.
game
tools
pipeline
unity
shaders
terrain
unity-tutorial
game-development
unity-scripts
jobs
ecs
particles
unity-3d
navmesh
unity-development
trouble-shooting
tutorial-site
-
Updated
May 25, 2020
snippets
chart
opensource
csharp
unity
mono
unity-tutorial
unity3d
unity-scripts
unity-asset
csharp-script
unity2d
-
Updated
Dec 14, 2018 - C#
Unity 3d game engine tutorial (in F#)
-
Updated
Mar 20, 2015 - F#
-
Updated
Oct 29, 2017 - C#
A collection of 50 tips for Unity (focusing on Mobile) ranging from editor tools to serialization to UI shortcuts.
-
Updated
Jun 20, 2018 - C#
FyWorld - Base-Building / Simulation Game & Tutorial in Unity
tile
tutorial
unity
unity-tutorial
unity3d
pathfinding
tilemap
rimworld
unity3d-games
tutorial-code
unity2d
behaviour-tree
opensource-game
-
Updated
Mar 19, 2020 - C#
Worlds 1st Dynamic Windshield Wiper FX for Unity Game Engine
simulator
unity
simulation
shaders
unity-tutorial
unity3d
unity-scripts
unity-asset
unity-3d
free
fx
rain
3dmodels
-
Updated
Jan 5, 2020 - ShaderLab
Chapter projects for the book Learn Unity 4 for iOS Game Development, updated for the latest versions of Unity
-
Updated
Mar 19, 2019 - C#
Unity project for "A Technical Deep-Dive into Unity's Asset Pipeline" presented at Develop: 2018
-
Updated
Jan 26, 2020 - C#
A project built for a Renaissance Coders tutorial to introduce vehicle physics.
code
physics
unity-tutorial
wheel
unity3d
collider
unity-3d
coder
vehicle
beginner
beginner-friendly
unity3d-tutorial
-
Updated
May 29, 2018 - Mathematica
A collection of fun from our Unity Scripting tutorial series.
unity-tutorial
unity3d
audio-visualizer
unity-3d
unity3d-games
unity-game
audio-processing
unity-game-engine
unity3d-tutorial
unity3d-game-engine
-
Updated
May 26, 2018 - C#
An example using the core features of the Entity Component System (ECS), part of DOTS, for Unity, inspired by Roll-a-ball.
tutorial
csharp
unity
example
unity-tutorial
unity3d
ecs
entity-component-system
entity-component
dots
job-system
data-oriented-technology-stack
-
Updated
Mar 4, 2020 - C#
「Unityで作る2Dアクションゲーム」の完成プロジェクト
-
Updated
Mar 18, 2020 - C#
A wrapper script for Unity debug calls to use conditional attributes in order to avoid debug code being compiled into release builds.
gamedev
unity
unity-tutorial
game-development
unity-editor
unity3d
unity-scripts
unity-asset
unity-3d
unity3d-plugin
gamedev-library
unity3d-games
unity2d
game-dev
gamedev-tool
gamedevelopment
-
Updated
Aug 1, 2019 - C#
Learn how to make realistic bullets with bullet drop in Unity
gamedev
unity
unity-tutorial
unity3d
ballistics
physics-simulation
bullet-physics
unity3d-tutorial
bullet-drop
-
Updated
Feb 19, 2020 - C#
Recyclerview for unity
-
Updated
Jan 27, 2020 - C#
🖧 Simple Unity Project to show how TCP communication are builded in C# without multi-threading or Unity network (Unet) involved.
networking
csharp
tcp
unity
unity-tutorial
unity3d
tcp-server
tcp-client
tcp-protocol
tcp-socket
tcpip
-
Updated
Jan 9, 2020 - C#
This is a simple Unity 3D Game (created in 24 hours at a hack-a-thon) using a mix of 3D models created by Erik M. Buck and free assets from the Unity Asset Store. Maze generation was inspired by 's Unity tutorial: . The Maze generation has been extended in numerous ways including multi-level mazes, trees, stairs, wall types, railings and banisters, etc.
-
Updated
Apr 5, 2019 - C#
An Unity3D client to show how to use Unity3D and ARK to create a network game.
-
Updated
Feb 6, 2018 - C#
Unity 2017.2 and Vuforia 6.5 Augmented Reality (AR) Camera Auto Focus
gui
camera
unity
augmented-reality
ar
unity-tutorial
unity-scripts
unity-asset
unity3d-plugin
focus
camera-api
auto
vuforia
-
Updated
Jun 5, 2020 - C#
Improve this page
Add a description, image, and links to the unity-tutorial topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unity-tutorial topic, visit your repo's landing page and select "manage topics."


Althougt code can be commented in the scripts, could be great to generate automatic documentation for the scripts and host it in the gh-pages branch of this repository.
In this way we can have a presentation web for the library and also the related documentation on how the API works.
I have checked DocFX and it seems it's possible to implement the pipeline for hosting the documentation as st