File tree Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Original file line number Diff line number Diff line change 1
1
![ ] ( /.github/banner.png?raw=true " ")
2
- ![ ] ( /.github/gallery.png?raw=true " ")
3
-
2
+ ![ ] ( /.github/preview.png?raw=true " ")
4
3
5
4
6
5
## βΉοΈ Features
7
6
8
- todo
7
+ * Basic portal rendering for Unity.
8
+ * Minimal setup required.
9
+ * Configurable portal shape.
10
+ * Basic teleportation support for objects (player controller etc.).
11
+ * π€ Reasonably lightweight.
12
+
13
+ ** β Planned**
14
+
15
+ * [ ] Basic Valve-esque physics (portal velocity, object funneling etc.).
16
+ * [ ] More extensibility and options.
17
+
18
+ ** π Known Issues / Limitations**
19
+
20
+ * Screen space shadows rendered through portals may flicker at short distances.
9
21
10
22
23
+ ** Note**
24
+
25
+ This plugin does not contain any demo assets. Effects such as outlines around portals must be added manually and configured in each case.
26
+
11
27
<br />
12
28
13
29
## π¦ Install
18
34
19
35
<br />
20
36
21
- ## π Use
37
+ # π Use
22
38
23
- todo
39
+ * Documentation page coming soon *
24
40
25
41
<br />
26
42
43
+
44
+
27
45
## π Credits
28
46
29
- todo
47
+ * Camera logic largely adapts methods described [ here ] ( https://www.youtube.com/watch?v=cWpFZbjtSQg ) by Sebastian Lague.
30
48
You canβt perform that action at this time.
0 commit comments