Skip to content

Commit

Permalink
2.3.4-preview.3 - 2019/02/18
Browse files Browse the repository at this point in the history
@2019.1
  • Loading branch information
ErikMoczi committed Mar 8, 2019
1 parent ae982c1 commit 8c206a0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package/CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.3.4-preview.2] - 2019-01-00
## [2.3.4-preview.3] - 2019-02-18
- Added support for PostProcessing V3 - now called CinemachineVolumeSttings
- Orthographic cameras allow a Near Clip of 0
- Timeline won't auto-create CM brains when something dragged onto it
Expand Down
@@ -1,4 +1,4 @@
#if true || CINEMACHINE_POST_PROCESSING_V3
#if CINEMACHINE_POST_PROCESSING_V3

using UnityEngine;
using UnityEditor;
Expand Down
2 changes: 1 addition & 1 deletion package/Extras~/ReleaseNotes.txt
@@ -1,4 +1,4 @@
<size=20><b>Version 2.3.4-preview.2</b></size>
<size=20><b>Version 2.3.4-preview.3</b></size>

- Added support for PostProcessing V3 - now called CinemachineVolumeSttings
- Orthographic cameras allow a Near Clip of 0
Expand Down
@@ -1,4 +1,4 @@
#if true || CINEMACHINE_POST_PROCESSING_V3
#if CINEMACHINE_POST_PROCESSING_V3
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Rendering;
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
@@ -1,7 +1,7 @@
{
"name": "com.unity.cinemachine",
"displayName": "Cinemachine",
"version": "2.3.4-preview.2",
"version": "2.3.4-preview.3",
"unity": "2019.1",
"description": "Smart camera tools for passionate creators. \n\nIMPORTANT NOTE: If you are upgrading from the Asset Store version of Cinemachine, delete the Cinemachine asset from your project BEFORE installing this version from the Package Manager.",
"keywords": [ "camera", "follow", "rig", "fps", "cinematography", "aim", "orbit", "cutscene", "cinematic", "collision", "freelook", "cinemachine", "compose", "composition", "dolly", "track", "clearshot", "noise", "framing", "handheld", "lens", "impulse" ],
Expand Down
1 change: 1 addition & 0 deletions versions.txt
Expand Up @@ -51,3 +51,4 @@
2.3.3
2.3.4-preview.1
2.3.4-preview.2
2.3.4-preview.3

0 comments on commit 8c206a0

Please sign in to comment.