Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
curvedflats
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Flatland
curvedflats
Commits
46410cc4
Commit
46410cc4
authored
Aug 12, 2019
by
16이진형
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto move double click
parent
6ffdbed0
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
321 additions
and
68 deletions
+321
-68
DoubleClick.cs
Assets/DoubleClick.cs
+51
-0
DoubleClick.cs.meta
Assets/DoubleClick.cs.meta
+11
-0
Test.unity
Assets/Scenes/Test.unity
+222
-63
FlatlandMovement.cs
Assets/Scripts/FlatlandMovement.cs
+3
-2
UIManager.cs
Assets/Scripts/UIManager.cs
+26
-0
ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+8
-3
No files found.
Assets/DoubleClick.cs
0 → 100644
View file @
46410cc4
using
System.Collections
;
using
System.Collections.Generic
;
using
UnityEngine
;
public
class
DoubleClick
:
MonoBehaviour
{
private
bool
click
=
true
;
//클릭 여부
private
float
clickWaitTime
=
0.5f
;
//클릭 대기시간
private
float
clickTime
;
public
UIManager
uiManager
;
public
// Start is called before the first frame update
void
Start
()
{
}
// Update is called once per frame
void
Update
()
{
if
(
Time
.
time
>
clickTime
+
clickWaitTime
)
{
click
=
false
;
}
}
public
void
OnClick
()
{
if
(
click
)
{
OnDoubleClick
();
click
=
false
;
}
else
{
//Debug.Log("single");
click
=
true
;
clickTime
=
Time
.
time
;
}
}
private
void
OnDoubleClick
()
{
uiManager
.
OnDoubleClicked
();
}
}
Assets/DoubleClick.cs.meta
0 → 100644
View file @
46410cc4
fileFormatVersion: 2
guid: 93204f29ac386764180b8a4c079542ff
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
Assets/Scenes/Test.unity
View file @
46410cc4
This diff is collapsed.
Click to expand it.
Assets/Scripts/FlatlandMovement.cs
View file @
46410cc4
...
...
@@ -138,9 +138,10 @@ public class FlatlandMovement : MonoBehaviour
/// 목적지로 바로 이동합니다.
/// </summary>
/// <param name="path">목적지 x z 가 공간</param>
/// <param name="v">속력</param>
p
rivate
bool
MoveTo
(
Vector3
dest
,
float
v
)
/// <param name="v">속력
0<v<1
</param>
p
ublic
bool
MoveTo
(
Vector3
dest
,
float
v
)
{
dest
.
y
=
0
;
Debug
.
Log
(
"bb"
);
Debug
.
Log
(
dest
);
if
(
v
<
0.0001f
)
...
...
Assets/Scripts/UIManager.cs
View file @
46410cc4
...
...
@@ -222,4 +222,30 @@ public class UIManager : MonoBehaviour
}
}
public
void
OnDoubleClicked
()
{
try
{
if
(
levelManager
.
player
.
isInertial
())
{
RaycastHit
hit
;
var
ray
=
Camera
.
main
.
ScreenPointToRay
(
Input
.
mousePosition
);
if
(
Physics
.
Raycast
(
ray
,
out
hit
))
{
ray
=
playercamera
.
ViewportPointToRay
(
hit
.
textureCoord
);
if
(
Physics
.
Raycast
(
ray
,
out
hit
))
{
levelManager
.
player
.
MoveTo
(
hit
.
point
,
velocityslider
.
GetLogScaleValue
());
//Debug.Log(velocityslider.GetLogScaleValue() * (float)Constants.c);
//Debug.Log(hit.point);
}
}
}
}
catch
(
Exception
e
)
{
Debug
.
Log
(
e
);
}
}
}
ProjectSettings/ProjectSettings.asset
View file @
46410cc4
...
...
@@ -3,7 +3,7 @@
---
!u!129
&1
PlayerSettings
:
m_ObjectHideFlags
:
0
serializedVersion
:
1
6
serializedVersion
:
1
8
productGUID
:
b7f5cb2eae1198541a966c1c48e71736
AndroidProfiler
:
0
AndroidFilterTouchesWhenObscured
:
0
...
...
@@ -52,8 +52,8 @@ PlayerSettings:
m_StackTraceTypes
:
010000000100000001000000010000000100000001000000
iosShowActivityIndicatorOnLoading
:
-1
androidShowActivityIndicatorOnLoading
:
-1
iosAppInBackgroundBehavior
:
0
displayResolutionDialog
:
0
iosUseCustomAppBackgroundBehavior
:
0
iosAllowHTTPDownload
:
1
allowedAutorotateToPortrait
:
1
allowedAutorotateToPortraitUpsideDown
:
1
...
...
@@ -65,6 +65,7 @@ PlayerSettings:
disableDepthAndStencilBuffers
:
0
androidStartInFullscreen
:
1
androidRenderOutsideSafeArea
:
1
androidUseSwappy
:
0
androidBlitType
:
0
defaultIsNativeResolution
:
1
macRetinaSupport
:
1
...
...
@@ -149,6 +150,7 @@ PlayerSettings:
oculus
:
sharedDepthBuffer
:
1
dashSupport
:
1
lowOverheadMode
:
0
enable360StereoCapture
:
0
isWsaHolographicRemotingEnabled
:
0
protectGraphicsMemory
:
0
...
...
@@ -269,6 +271,8 @@ PlayerSettings:
height
:
180
banner
:
{
fileID
:
0
}
androidGamepadSupportLevel
:
0
AndroidValidateAppBundleSize
:
1
AndroidAppBundleSizeToValidate
:
150
resolutionDialogBanner
:
{
fileID
:
0
}
m_BuildTargetIcons
:
[]
m_BuildTargetPlatformIcons
:
[]
...
...
@@ -278,10 +282,10 @@ PlayerSettings:
m_APIs
:
150000000b000000
m_Automatic
:
0
m_BuildTargetVRSettings
:
[]
m_BuildTargetEnableVuforiaSettings
:
[]
openGLRequireES31
:
0
openGLRequireES31AEP
:
0
openGLRequireES32
:
0
vuforiaEnabled
:
0
m_TemplateCustomTags
:
{}
mobileMTRendering
:
Android
:
1
...
...
@@ -499,6 +503,7 @@ PlayerSettings:
monoEnv
:
splashScreenBackgroundSourceLandscape
:
{
fileID
:
0
}
splashScreenBackgroundSourcePortrait
:
{
fileID
:
0
}
blurSplashScreenBackground
:
1
spritePackerPolicy
:
webGLMemorySize
:
16
webGLExceptionSupport
:
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment