Skip to content

Commit

Permalink
remove unity docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie authored Sep 25, 2023
1 parent 8d3e775 commit 64a5ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/component-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Physics is implemented using [Rapier](https://rapier.rs/).
| `SphereCollider` | *See BoxCollider* |
| `CapsuleCollider` | *See BoxCollider* |
| `MeshCollider` | *See BoxCollider* |
| [`Physics Materials`](https://docs.unity3d.com/Manual/class-PhysicMaterial.html) | Physics materials can be used to define e.g. the bouncyness of a collider |
| Physics Materials | Physics materials can be used to define e.g. the bouncyness of a collider |

## XR / WebXR

Expand Down Expand Up @@ -157,4 +157,4 @@ UI can be animated.
| Name | Description |
| --- | --- |
| `ExportInfo` | Main component for managing the web project(s) to e.g. install or start the web app
| `EditorSync` | Add to enable networking material or component value changes to the running three.js app directly from the Unity Editor without having to reload |
| `EditorSync` | Add to enable networking material or component value changes to the running three.js app directly from the Unity Editor without having to reload |

0 comments on commit 64a5ad8

Please sign in to comment.