Skip to content

Commit 7cecb37

Browse files
fixed image links
1 parent a4cfe49 commit 7cecb37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Assets/HoloToolkit/UX/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Materials used in prefabs
1010

1111
Material for 3DTextPrefab with occlusion support. Requires 3DTextShader.shader
1212

13-
![Default Font material vs 3DTextSegoeUI material](External/ReadMeImages/TextPrefabInstructions06.png)
13+
![Default Font material vs 3DTextSegoeUI material](../../../External/ReadMeImages/TextPrefabInstructions06.png)
1414

1515
### [Prefabs](Prefabs)
1616

@@ -26,16 +26,16 @@ UI Text Mesh prefab with optimized scaling factor at 2-meter distance. (Please r
2626

2727
**IMPORTANT: Text Prefab uses open source font 'Selawik'. To use Text Prefab with different font, please import font file and follow the instruction below. Below example shows how to use 'Segoe UI' font with Text Prefab.**
2828

29-
![Importing Segoe UI font file](External/ReadMeImages/TextPrefabInstructions01.png)
29+
![Importing Segoe UI font file](../../../External/ReadMeImages/TextPrefabInstructions01.png)
3030

3131
1. Assign font texture to 3DTextSegoeUI.mat material.
3232
![Assigning font texture](External/ReadMeImages/TextPrefabInstructions02.png)
3333

3434
2. On 3DTextSegoeUI.mat material, select the shader Custom/3DTextShader.shader.
35-
![Assigning shader](External/ReadMeImages/TextPrefabInstructions03.png)
35+
![Assigning shader](../../../External/ReadMeImages/TextPrefabInstructions03.png)
3636

3737
3. Assign Segoe UI font and 3DTextSegoeUI material to the text components in the prefabs.
38-
![Assigning font file and material](External/ReadMeImages/TextPrefabInstructions04.png)
38+
![Assigning font file and material](../../../External/ReadMeImages/TextPrefabInstructions04.png)
3939

4040
4. Follow the same steps for the sample text layout prefabs in [HoloToolkit-Examples\Text](../../HoloToolkit-Examples/UX/Prefabs)
4141
![Sample layout prefabs](External/ReadMeImages/TextPrefabInstructions05.png)
@@ -58,7 +58,7 @@ When adding a UI or canvas based Text element to a scene, the size disparity is
5858

5959
**Disclaimer**: The default value of any font may be effected by the texture size of that font or how the font was imported into Unity. These tests were performed based on the default Arial font in Unity, as well as one other imported font.
6060

61-
![Font size with scaling factors](External/ReadMeImages/TextPrefabInstructions07.png)
61+
![Font size with scaling factors](../../../External/ReadMeImages/TextPrefabInstructions07.png)
6262

6363
### [Scripts](Scripts)
6464

0 commit comments

Comments
 (0)