-
Hi All
I am trying integrated Spacewar with Amg Voice in Unity 2018.3.14. I have placed all the files mentioned in that forum . But it is not working. When i click play button. It shows please…
-
In an LFS project, I have a pull request from a user, github-for-unity/Unity#207
He has enabled the checkbox that allows maintainers to push to his branch
I've cloned the PR with the GitHub Extens…
-
In WaterSurfaceDataEditor.cs,the code `` waveOrig.vector2Value = EditorGUI.Vector2Field(dirRect, "Point of Origin", waveOrig.vector2Value);`` shows error if I call it.
```
Mismatched types in Get…
-
See https://forum.unity.com/threads/inspector-entity-half4-missing-properties.550990/
Adding this item here so that it can be tracked and dealt with when/if it is decided to remove or stick with ha…
-
## Describe the problem
Sometimes I lost track of which parameter I was using as the number of material parameters increased.
So I have created a simple material search tool for myself first…
-
I've been using Markup Attributes for a while now, and it's been great. I still have Odin in my project, but the only time I ever use it is for the Required attribute: https://odininspector.com/attrib…
-
In Unity 5.5, I'm getting this error constantly even when the dictionary is empty:
InvalidCastException: Cannot cast from source type to destination type.
FullInspector.Internal.fiISerializedObjectU…
-
Oculus Quest 2 game, made with Unity, using Azure DevOps for CI
**CI pipeline does not compile for Android**
![image](https://user-images.githubusercontent.com/7433346/168756578-8d17f943-1bbf-47…
-
Hey i just wrote a complex editor script with lots of lists and other things and the ConditionalFieldAttribute is really slow.
I guess there cant be much done about it, since unitys editor script i…
-
### Description
One cannot modify NetworkVariables on in-scene placed NetworkObjects. When one does, you get the following warning message:
```
NetworkVariable is written to, but doesn't know it…