File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ static InstallGizmos()
159
159
{
160
160
if ( ! Directory . Exists ( Path . GetDirectoryName ( dstFile ) ) )
161
161
Directory . CreateDirectory ( Path . GetDirectoryName ( dstFile ) ) ;
162
- File . Copy ( srcFile , dstFile ) ;
162
+ File . Copy ( srcFile , dstFile , true ) ;
163
163
}
164
164
}
165
165
}
Original file line number Diff line number Diff line change 2
2
3
3
- New Aim component: Same As Follow Target simply uses the same orientation as the Follow target
4
4
- Perlin Noise component: added UI to clone or locate existing Noise profiles, and to create new ones inspector
5
- - Noise Presets were moved outside of Examples folder
5
+ - Noise Presets were moved outside of the Examples folder
6
6
- Example Assets are now included as embedded package, not imported by default
7
- - Bugfix: FreeLook for PositionDelta heading was not properly updating the heading
8
- - Bugfix: Added some null checks to FreeLook
7
+ - Bugfix: FreeLook with PositionDelta was not properly updating the heading
8
+ - Bugfix: Transitioning between FreeLooks simetimes caused a short camera freeze
9
+ - Bugfix: Added some null checks to FreeLook, to prevent error messages at build time
9
10
10
11
11
12
<size=20><b>Version 2.1.09</b></size>
You can’t perform that action at this time.
0 commit comments