Skip to content

Commit

Permalink
Update 0.2.0: Optimize constraint chain count
Browse files Browse the repository at this point in the history
  • Loading branch information
forno committed May 3, 2020
1 parent 4a82d26 commit 8b998a8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2020-05-03
### Changed
- Optimize constraint chain count
- Update VRCSample with optimized prefabs

## [0.1.1] - 2020-05-03
### Changed
- Rename FollowMovement to DroneFollowMovement
Expand Down
12 changes: 10 additions & 2 deletions Documentation~/CosDelayMovement.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ Combined prefab: CosMovement and DelayMovement
```
CosDelayMovement
|- Target
|- DroneDelayMovement
|- CosMovement
|- DelayMovement
|- Target
|- DelayBasePoint
| |- DelayPoint
| |- CosMovement
| |- (abbreviation)
|- HorizonDelayBase
| |- (abbreviation)
|- VerticalDelayBase
|- (abbreviation)
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions Documentation~/DroneCosDelayMovement.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Combined prefab: CosMovement and DelayMovement
```
CosDelayMovement
|- Target
|- DroneDelayMovement
|- CosMovement
|- DelayMovement
| |- (Abbreviation)
|- LookAtPoint
```

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "link.xmaho.movement.db.drone",
"version": "0.1.1-preview",
"version": "0.2.0-preview",
"displayName": "Drone Movement with Dynamic Bone",
"description": "x.maho Drone Movement with Dynamic Bone",
"unity": "2018.4",
"keywords": [
"VRChat",
"VRC"
"VRC",
"follow",
"orbit"
],
"samples": [
{
Expand Down

0 comments on commit 8b998a8

Please sign in to comment.