You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-5Lines changed: 20 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ An example of a custom rendering pipeline that restores the rendering of HSR
4
4
5
5
6
6
7
+
> [!TIP]
8
+
>
9
+
> [中文版 README 点这里](./README_CN.md)
10
+
11
+
12
+
7
13
### Effect
8
14
9
15
> [!NOTE]
@@ -28,7 +34,7 @@ Here is a very simple demo for Windows x64:
28
34
29
35
> [!Tip]
30
36
>
31
-
> The operation is similar to the game.
37
+
> The operation is similar to the game, read Release for more details.
32
38
33
39
34
40
### Project Requirements
@@ -42,13 +48,15 @@ Here is a very simple demo for Windows x64:
42
48
>
43
49
> Download Git from [this website](https://git-scm.com/downloads), and install.
44
50
>
45
-
> Then run `` git lfs install``
46
-
>
47
-
> Use ``git lfs clone https://github.com/ChillyHub/Unity_StarRail_CRP_Sample.git`` to clone
51
+
> Then run `` git lfs install``.
52
+
>
53
+
> Use ``git lfs clone https://github.com/ChillyHub/Unity_StarRail_CRP_Sample.git`` to clone.
54
+
>
55
+
> If still cannot download it completely, please download the unitypackage package from [Demo Release v0.0.1](https://github.com/ChillyHub/Unity_StarRail_CRP_Sample/releases/tag/v0.0.1).
48
56
49
57
> [!WARNING]
50
58
>
51
-
> Currently, there may be memory leak problem in multiple cameras and preview cameras, which needs to be fixed.
59
+
> Currently, there may be memory leak problem in multiple cameras and preview cameras, which needs to be fixed. Please note the memory usage.
52
60
53
61
54
62
@@ -66,6 +74,13 @@ The following is the flow chart of the rendering pipeline:
66
74
67
75
68
76
77
+
### Source of Assets
78
+
79
+
- miHoYo: models, textures, animations of characters.
80
+
- Viero月城:models, textures of scenes. (such as Mar7th Room)
0 commit comments