Unity

Unity is a game development platform used to build high-quality 3D/2D games that can deployed across mobile, desktop, VR/AR, consoles, or the web.
Here are 10,289 public repositories matching this topic...
In the Ray Design Agents documentation the Ray Perception parameter Ray Layer Mask
is not mentioned. I am a bit confused about what does it do and if it interacts with the Detectable Tags
parameter.

https://docs.unity3d.com/540/Documentati
Describe the bug
The Unity usage example assumes that user has Rantionary.rpkg file in assets/resources folder but there is no step by step information on how to import those and from what source.
The Rant3.zip from github doesn't contain said file.
To Reproduce
Steps to reproduce the behavior:
- Follow the Running in Unity tutorial
- Run the example in Unity
- See the erro
-
Updated
May 19, 2020 - C#
-
Updated
Jan 27, 2020 - C#
-
Updated
May 12, 2020 - C++
-
Updated
May 24, 2020 - C++
-
Updated
Apr 30, 2020
-
Updated
Apr 22, 2020 - C#
This:
using ZeroFormatter;
namespace ZfcHint
{
[ZeroFormattable]
public class TypeHint
{
// zfc analyzes UnityEngine.Vector3[] type and register it.
[Index(0)]
public UnityEngine.Vector3[] Hint1;
}
}
Produces:
Unhandled Exception: System.Exception: Public property's accessor must be virtual. TypeHint.Hint1.
Also tes
-
Updated
May 26, 2020 - C#
-
Updated
Apr 12, 2020 - ShaderLab
-
Updated
Nov 2, 2019 - C#
This is a starting list of the user guides that we should probably have at a minimum. Some of them have already started to be fleshed out, others need starting. This isn't exhaustive, if you see something missing, feel free to add it to the list.
The user guides are currently in the https://github.com/github-for-unity/Unity/tree/master/docs/using folder. If you want to work on a doc, just add a
When typing to filter the displayed deformers in the Creator window, it would be nice to be able to press the down arrow key to select the next element in the list and up for the previous. Pressing enter would be the equivalent of clicking the selected button.
Documentation
It's vital for UI framework to have excellent documentation. As I understand, flutter
documentation/tutorials are compatible with UIWidgets. We need to cover differences in documentation. (If there is any, I am not expert in flutter, it's pretty much the same for me)
-
Updated
May 27, 2020 - Dart
Created by Unity Technologies
- Organization
- Unity-Technologies
- Website
- unity3d.com
I'd suggest renaming
CSharpDecompiler.DecompileWholeModuleAsSingleFile()
toDecompileWholeModuleAsSingleSyntaxTree()
as in my understanding it's not really doing anything with a single file. The documentation on the method reinforces this: "Decompiles the whole module into a single syntax tree.".Am I missing something?