forked from kookmin-sw/cap-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 1인칭 카메라 위치 조정 & Crew클래스의 IInteractable과 상호작용 구현 & Crew 클래스의 Han…
…dleInput 수정 (#5) * 1인칭 카메라 위치 조정 & Crew클래스의 IInteractable과 상호작용 구현 & Crew 클래스의 HandleInput 수정 * BaseItem 생성 & 폴더 Interactive 폴더에 하위 폴더 추가
- Loading branch information
1 parent
be279c1
commit 5cd87f7
Showing
30 changed files
with
261 additions
and
136 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
...nt/Assets/Photon/FusionAddons/Photon-Fusion-Physics-Addon-2.0.0-RC3-807.unitypackage.meta
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...t/Assets/Photon/FusionAddons/Photon-Fusion-TestSuit-Addon-2.0.0-RC3-807.unitypackage.meta
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
Client/Assets/Photon/FusionDemos/Photon-Fusion-Intro-Sample-2.0.0-RC3-807.unitypackage.meta
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
Client/Assets/Scripts/Contents/Map/Interactive/IInteractable.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
Client/Assets/Scripts/Contents/Map/Interactive/Item/BaseItem.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
using Fusion; | ||
|
||
public class BaseItem : NetworkBehaviour, IInteractable | ||
{ | ||
public void Interact() | ||
{ | ||
|
||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
Client/Assets/Scripts/Contents/Map/Interactive/Item/BaseItem.cs.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
Client/Assets/Scripts/Contents/Map/Interactive/WorkStation.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.