-
Updated
Jul 21, 2022 - C#
#
unity-3d
Here are 584 public repositories matching this topic...
Unity3D System Design Architecture
framework
unity
game-development
unity-editor
unity3d
unity-scripts
unity-asset
game-framework
unity-3d
u3d
unity3d-plugin
game-frameworks
frameworks
unity2d
game-dev
unity3d-framework
unity-framework
uiframework
qframework
indiegamedev
snippets
csharp
unity
shaders
unity-tutorial
shader
unity3d
forum
unity-scripts
unity-3d
unity3d-plugin
csharp-code
csharp-script
unity2d
csharp-library
shader-effects
csharp-resources
unity-communities
unity-library
-
Updated
Jun 23, 2022 - C#
Lite reliable UDP library for Mono and .NET
-
Updated
Jul 20, 2022 - C#
type:feature
New feature, request or improvement
good first issue
Contributions are welcome. Good first issue for newcomers or first time contributors.
stat:awaiting triage
Status - Awaiting triage from the Netcode team.
10
Open
Static RPC methods
1
The solution that allows unity games update in runtime. 使Unity开发的游戏支持热更新的解决方案。
game
framework
csharp
unity
unity3d
unity-3d
unity3d-plugin
hotfix
unity2d
hot-update
gameframework
unity3d-framework
unity3d-hotfix
ilruntime
unity-framework
hotupdate
-
Updated
Jul 21, 2022 - C#
Graphic Engine & Game Engine lists
-
Updated
Jul 19, 2022
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
gamedev
material
unity
shaders
graphics
game-development
shader
unity3d
unity-asset
unity-3d
game-dev
-
Updated
Nov 16, 2018 - C#
A dynamic, loose octree implementation for Unity written in C#
-
Updated
Jun 7, 2021 - C#
Create beautiful user interfaces for immersive VR/AR experiences.
ui
augmented-reality
ux
vr
vive
oculus
unity3d
virtual-reality
unity-3d
user-interface
leap-motion
user-interaction
user-experience
oculus-touch
-
Updated
Mar 28, 2020 - C#
Obstacle Tower Environment
-
Updated
Jul 29, 2020 - Python
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
-
Updated
Dec 7, 2018 - GLSL
Realtime-CSG, CSG level editor for Unity
unity
unity3d
unity-asset
unity-3d
csg
unity3d-plugin
level-editor
bsp
constructive-solid-geometries
level-design
constructive-solid-geometry
-
Updated
Jun 26, 2022 - C#
This repository contains samples, documentation, and supporting scripts for Maps SDK, a Microsoft Garage project.
unity
maps
unity3d
virtual-reality
bing-maps
unity-3d
unity3d-plugin
mixed-reality
3d-graphics
maps-api
-
Updated
Jun 1, 2022 - C#
OpenCV for Unity (Untiy Asset Plugin)
-
Updated
Jun 22, 2022 - C#
Fast KDTree for Unity, with thread-safe querying.
construction
kd-tree
unity-3d
thread-safe
pooled
hoare-partitioning
permutation-array
node-splitting
-
Updated
Sep 23, 2021 - C#
Unity plugin to support Sign In With Apple Id
ios
unity
unity-ios
unity3d
unity-scripts
unity-asset
unity-3d
unity3d-plugin
unity2d
apple-sign-in
apple-signin
-
Updated
Jun 18, 2022 - C#
A simple kinetic simulator for Unity, you can use it to simulate hair/tail/breast/skirt and other soft objects
-
Updated
Feb 9, 2022 - C#
A really simple C# JSON Parser in 350 lines
-
Updated
Aug 16, 2021 - 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
Nov 27, 2021
Template with all necessary stuff taken care, just create your games main features.
template
ui
unity
vr
game-development
unity3d
unity-3d
template-project
hacktoberfest
3d
2d
game-template
-
Updated
Feb 1, 2022 - C#
EikoBiko
commented
May 12, 2022
Summary
Attempting to utilize a consumable item (such as drinks) results in the game crashing.
Current Behavior
Attempting to drink any of the soda items results in a crash, due to the consumables script creating a null reference error.
Steps to Reproduce
Attempt to drink a soda by picking one up and clicking on yourself.
Expected Behavior
The soda should empty s
Type: Bug (Unconfirmed)
Some kind of error reported by an individual but needs confirmation.
Good First Issue
Easy(ish) tasks.
System: Interactions
Tasks specific to the interaction system or specific interactions.
Improve this page
Add a description, image, and links to the unity-3d topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unity-3d topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When trying to implement a loading screen for switching scenes I tried using the OnSceneSwitchStarted event to start fading to black and OnSceneSwitched event to start fading the loading screen back to being transparent. The issue here is that OnSceneSwitchStarted and the call to SceneManager.LoadSceneAsync happen at the same time