-
Not sure what is causing this crash but when using the MegaBook asset from
http://www.west-racing.com/mf/?page_id=5422
And Accessing the inspector with the main book asset where all the settings …
-
ImginLoader も ImaginPanelも
Hierarchyに設置後、Inspectorを確認すると、
動画URLとJsonURLを記載する項目が表示されません。
エラーを確認するとU#のエラーが発生してます。
```
UdonSharp] Unable to find valid U# program asset associated with script…
-
Currently key game tokens (e.g. the Ship) are instantiated at runtime (traditional method) instead of already existing in the scene. This means that there is no instance reference of them to easily dr…
-
The Inspector display looks very wrong:
![Inspector](https://i.gyazo.com/d425a6080965ddb8b30022bc24d03ba1.png)
![Inspector](https://i.gyazo.com/41d3e304142bd6c588957f50d54b30fa.png)
````c#
[Seri…
-
I did as the instructions said, and tried adding the GenerateMap script to an empty game object. I got a error pop-up that said "Can't add script behavior AssemblyInfo.cs. The script needs to derive f…
-
Hi @keijiro
We are trying to import the unity package exported from this project. and at the same time added the following to our manifest.json
```
{
"scopedRegistries": [
{
"na…
-
### Description
Any subclass of NetworkTransform cannot have custom public or [SerializeField] fields appearing in the Inspector automatically because its NetworkTransformEditor does not show field…
-
Version: Unity 2019.3.10f1
I usually work with two unity windows open, One is my main window, the other on my second desktop with my console, animator, and another inspector.
It seems that When …
-
## Describe the bug
When using a custom script that extends `TransformConstraint`, the "Go to component" button in the `Constraint Manager` doesn't work when clicked.
## To reproduce
Steps to…
-
**Describe the bug**
TableList is not draggable. Try "Tri Samples" have the same error.
**Code Sample**
```csharp
[TableList(Draggable = true,
HideAddButton = false,
Hi…