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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@ The original Unity Explorer had a Freecam feature, but even if it was useful at
136
136
- Added tilt support.
137
137
- Added FOV control support.
138
138
- Added near and far clip sliders on the Freecam panel, to cut out objects near the camera out of view, or include more scene objects on sight.
139
+
- Added new freecam methods to increase compatibility across games.
139
140
- Automatically disable the Cinemachine component if present when using the gameplay camera, to avoid the game from trying to take control.
140
141
- Added a toggle to block the freecam from moving with user input.
141
142
- Unlocked the mouse on freecam even when the mod UI is hidden.
@@ -147,6 +148,10 @@ You can click on the "Follow object" button on the panel and select the object y
147
148
148
149
By default the camera only follows the object's position, but you can also make it follow its rotation as if the camera was physically bound to the object by checking the "Follow Object Rotation" toggle. Should be useful for mimicking a car camera, a character POV, or creating motion blur.
149
150
151
+
### Look At Object
152
+
153
+
As a side note, you can also "look at" a specific object in the world to force the camera to look directly toward it no matter the camera movement.
154
+
150
155
### Game input block for Unity's legacy system
151
156
Added game input block for Unity's legacy system. You can now block (or unblock) the game's input when using the freecam, as long as the game is using the Unity Legacy Input system. If the game uses a custom solution or the latest Unity system then this won't work. Implementing this for Unity's new system is in the backlog, so if you find a game using it (should say "Initialized new InputSystem support." on the logs) then please let me know so I can implement it using that game!
152
157
@@ -188,6 +193,7 @@ It allows you to create nodes to build camera paths for videos and cinematics. F
188
193
- Wait 3 seconds before start toggler.
189
194
- Move nodes up or down on the list.
190
195
- Control over the tension and alpha values of the path, which are curve constants that change the resulting path created from the nodes. Their effect can be clearly seen when visualizing the path, as explained below.
196
+
- Saving and loading camera paths to reuse them in different sessions.
191
197
192
198
As a side note, the mod UI will be disabled once the path starts, to ease video recording.
193
199
@@ -212,6 +218,8 @@ Alongside all of this, you can also open each character game object by clicking
212
218
213
219
For each animator, you can also spawn a Bones Panel. This panel will list all of the character's bones and meshes, and provide easy-to-access toggles to disable them and sliders to move them around, allowing you to pose a character to your liking.
214
220
221
+
You can also save and load poses across different characters (if they have the same skeleton) and sessions.
222
+
215
223
## Misc Panel
216
224
- HUD toggle.
217
225
- Force high LODs toggle. This means that the highest models possible will be forced on all meshes.
0 commit comments