Skip to content

Commit

Permalink
Merge branch 'release/v4.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
VaLiuM09 committed Jul 31, 2024
2 parents 200b3bd + d599d5d commit b02e75d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog - VR Builder

**v4.2.0 (2024/07/05 - Current)**
**v4.2.1 (2024/07/29 - Current)**

*[Added]*
- Added resource drawer for animation clips, in order to support the new Play Animation Clip behavior in the Animations add-on version 2.1.0.

**v4.2.0 (2024/07/05)**

*[Added]*
- Added support for copy/pasting behaviors and conditions in the Step Inspector. The Delete button has been replaced with a Menu button which allows to delete, copy and paste behaviors and conditions, similar to the Unity inspector. Additionally, a Paste button has been added next to the New Behavior/Condition button to allow pasting into an empty inspector.
Expand Down
11 changes: 11 additions & 0 deletions Source/Core/Editor/UI/Drawers/AnimationClipResourceDrawer.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
using UnityEngine;

namespace VRBuilder.Editor.UI.Drawers
{
/// <summary>
/// Implementation of asset path drawer for <see cref="AnimationClip"/> assets.
/// </summary>
public class AnimationClipResourceDrawer : ResourcePathDrawer<AnimationClip>
{
}
}
11 changes: 11 additions & 0 deletions Source/Core/Editor/UI/Drawers/AnimationClipResourceDrawer.cs.meta

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "VR Builder",
"name": "co.mindport.vrbuilder.core",
"version": "4.2.0",
"version": "4.2.1",
"unity": "2021.3",
"description": "VR Builder core functionality.",
"keywords": [
Expand Down

0 comments on commit b02e75d

Please sign in to comment.