Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
7d0aa1b
#922 implementation of cinemachine-structure components to provide be…
ThePlays001 Jul 28, 2026
cfe67c6
#922 added suggestions made by github-actions and fixed overlooked st…
ThePlays001 Jul 29, 2026
d71d1ec
Potential fix for pull request finding
ThePlays001 Jul 29, 2026
eeaf342
#922 fixed up more coding style errors and included more suggestions …
ThePlays001 Jul 29, 2026
af88316
#922 included the new lines at the end of the file, as suggested by g…
ThePlays001 Jul 29, 2026
146f687
#922 removed the ability for the SimpleSpeedController to pause when …
ThePlays001 Jul 29, 2026
8f9ff5d
#922 applied more suggestions to pip-camera.uxml and ControlCameraVie…
ThePlays001 Jul 29, 2026
2e4ccb7
#922 applied suggestions to remove unnecessary and unused assignments…
ThePlays001 Jul 31, 2026
5a7b32a
#922 Fixed a few minor coding issues.
koschke Aug 10, 2026
d223178
#922 More minor code improvements.
koschke Aug 10, 2026
8a16a6a
#922 Added \n at the end of Debug.Log* messages.
koschke Aug 10, 2026
8d524f7
#922 Tooltip not applicable here.
koschke Aug 10, 2026
ac54b58
Merge remote-tracking branch 'origin/master' into 922-bachelor-thesis…
koschke Aug 12, 2026
8584641
Merge remote-tracking branch 'origin/master' into 922-bachelor-thesis…
koschke Aug 12, 2026
e9cbc5e
#922 applied suggestions, encased every component inside '#if UNITY_E…
ThePlays001 Aug 12, 2026
2a47bdf
#922 included documentation to the '#if UNITY_EDITOR' pre-processor d…
ThePlays001 Aug 13, 2026
0c38000
#922 added more newline characters to Debug.Log* calls and fixed-up d…
ThePlays001 Aug 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Assets/Cinemachines.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions Assets/Cinemachines/CinemachinesMainOutput.renderTexture

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Cinemachines/CinemachinesMainOutput.renderTexture.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions Assets/Cinemachines/CinemachinesPIPOutput.renderTexture

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Cinemachines/CinemachinesPIPOutput.renderTexture.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Cinemachines/Scenes.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Editor/Cinemachines.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 1fb66347d7bcb72e08f752c8bffb4121
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
6 changes: 6 additions & 0 deletions Assets/Editor/Cinemachines/Cinemachines.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/// <summary>
/// Namespace for the Cinemachines, specific for the fully Editor-Only components.
/// </summary>
namespace SEEEditor.Cinemachines
{
}
2 changes: 2 additions & 0 deletions Assets/Editor/Cinemachines/Cinemachines.cs.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: ae9645c696ed3dbf3a378ecb9748f8ad
8 changes: 8 additions & 0 deletions Assets/Editor/Cinemachines/Utility.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e15f2758241322b9a960083e6e5e4808
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Loading
Loading