Skip to content

Commit

Permalink
Gizmo copy overwite
Browse files Browse the repository at this point in the history
  • Loading branch information
glabute committed Nov 27, 2017
1 parent 3d939db commit 3e8f921
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Base/Editor/Editors/CinemachineBrainEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static InstallGizmos()
{
if (!Directory.Exists(Path.GetDirectoryName(dstFile)))
Directory.CreateDirectory(Path.GetDirectoryName(dstFile));
File.Copy(srcFile, dstFile);
File.Copy(srcFile, dstFile, true);
}
}
}
Expand Down
7 changes: 4 additions & 3 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

- New Aim component: Same As Follow Target simply uses the same orientation as the Follow target
- Perlin Noise component: added UI to clone or locate existing Noise profiles, and to create new ones inspector
- Noise Presets were moved outside of Examples folder
- Noise Presets were moved outside of the Examples folder
- Example Assets are now included as embedded package, not imported by default
- Bugfix: FreeLook for PositionDelta heading was not properly updating the heading
- Bugfix: Added some null checks to FreeLook
- Bugfix: FreeLook with PositionDelta was not properly updating the heading
- Bugfix: Transitioning between FreeLooks simetimes caused a short camera freeze
- Bugfix: Added some null checks to FreeLook, to prevent error messages at build time


<size=20><b>Version 2.1.09</b></size>
Expand Down

0 comments on commit 3e8f921

Please sign in to comment.