From 25c7779737902861a998d09ce2a23b92b1c287cf Mon Sep 17 00:00:00 2001
From: Haruki Yano <47441314+Haruma-K@users.noreply.github.com>
Date: Thu, 18 Aug 2022 10:40:00 +0900
Subject: [PATCH 1/4] Update README.md
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 3246c9a..4521bf2 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ So you need to install both of them.
* https://github.com/Haruma-K/FancyCarouselView.git?path=/Assets/FancyCarouselView
-
+
Or, open Packages/manifest.json and add the following to the dependencies block.
@@ -211,7 +211,7 @@ If you implement your own class that derived from `CarouselProgressView` or `Cli
If you want to change only the color or size of the dot while using `DotCarouselProgressView`, you can do so by replacing only the Progress Element Prefab in the Inspector of `DotCarouselProgressView`.
-
+
#### Custom cell movements
@@ -233,7 +233,7 @@ protected override void OnPositionUpdated(float position)
```
-
+
#### Use with scroll view
@@ -241,7 +241,7 @@ When you use the carousel view as the content of the scroll view, the carousel v
In other words, dragging the carousel view will not scroll the scroll view.
-
+
In such a case, attach the `Scroll Event Propagator` component to the Carousel View GameObject.
@@ -249,7 +249,7 @@ This component will propagate drag events to the parent `ScrollRect` properly.
As a result, the scroll view and carousel view will work properly as shown below.
-
+
## License
From 2025a058e72dbb2e2bb46d64d139d910fb0538f9 Mon Sep 17 00:00:00 2001
From: Haruki Yano <47441314+Haruma-K@users.noreply.github.com>
Date: Thu, 18 Aug 2022 10:40:27 +0900
Subject: [PATCH 2/4] Update README_JA.md
---
README_JA.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_JA.md b/README_JA.md
index 9fe8f6e..6715d3d 100644
--- a/README_JA.md
+++ b/README_JA.md
@@ -7,7 +7,7 @@
Fancy Scroll Viewを使用した、UnityのuGUI用のカルーセルビューです。
-
+
## 目次
From fc962b84376d2849207e7c2a2788188e05047ef7 Mon Sep 17 00:00:00 2001
From: Haruki Yano <47441314+Haruma-K@users.noreply.github.com>
Date: Thu, 18 Aug 2022 10:40:41 +0900
Subject: [PATCH 3/4] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4521bf2..16b5a9a 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
Carousel View for Unity uGUI using Fancy Scroll View.
-
+
## Table of Contents
From 67938d167d90c6b456100a406ca6412e481f9c07 Mon Sep 17 00:00:00 2001
From: Haruki Yano <47441314+Haruma-K@users.noreply.github.com>
Date: Thu, 18 Aug 2022 10:41:34 +0900
Subject: [PATCH 4/4] Update README_JA.md
---
README_JA.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README_JA.md b/README_JA.md
index 6715d3d..e07a729 100644
--- a/README_JA.md
+++ b/README_JA.md
@@ -62,7 +62,7 @@ Fancy Carousel Viewは低レイヤー実装として
-
+
あるいはPackages/manifest.jsonを開き、dependenciesブロックに以下を追記します。
@@ -212,7 +212,7 @@ Fancy Carousel Viewはカルーセルの進捗を表すプログレスビュー
`DotCarouselProgressView`のInspectorからProgress Element Prefabだけを差し替えることで実現できます。
-
+
#### セルの動きをカスタムする
@@ -234,7 +234,7 @@ protected override void OnPositionUpdated(float position)
```
-
+
#### スクロールビューと併せて使う
@@ -243,7 +243,7 @@ Unityの仕様によりカルーセルビューがスクロールビューのド
すなわち、カルーセルビューをドラッグしてもスクロールビューはスクロールしません。
-
+
このような場合にはカルーセルビューのGameObjectに`Scroll Event Propagator`コンポーネントをアタッチします。
@@ -251,7 +251,7 @@ Unityの仕様によりカルーセルビューがスクロールビューのド
結果として以下のようにスクロールビューとカルーセルビューが適切に動作します。
-
+
## ライセンス