Conversation
|
Are there left tasks which you should do before we start to implement touch interaction features? |
|
@tomoasleep Nope, except that I haven't tested the code because I don't have a Leap Motion at hand. If with Leap it can display screenshot correctly, then it's okay to merge. |
|
OK, we check and review your implementation 👍 @Sushisushi-sandesu/leap-team というわけでよろ 🙏 |
There was a problem hiding this comment.
I want you to make this method private if it is not a callback method or is not called from other classes.
There was a problem hiding this comment.
Cannot. they are overriden methods which are to be called by Unity engine.
There was a problem hiding this comment.
Callback methods such as Start and Update are defined in superclasses, but this method TakeScreenshot seems not to be defined in superclasses.
|
👀 👍 |
|
I think the default code format of MonoDevelop is Mono, |
|
@tomoasleep Yes. The default is Mono style. |
|
Ah. Clicked "close" by accident. |
|
I see |
|
I think your code style is different from Visual Studio code style in if statement and method call. |
|
@tomoasleep Yes. The Mono formatter didn't format the code completely according to the Microsoft convention. I don't know why. |
|
Looks good to me (OK to merge if another one says OK) |
|
Forget to check if it moves... I check it now. |
|
ああああああああああ、泣きそう @takuti |
|
@takuti But what caused it not to be loaded though? But it's awesome that it worked!! |
|
🎉 🎉 🎉 🎉 🌞 |
|
@natezzz I don't know...are any important files describing connection between the canvas and related files in .gitignore...? |
|
After solving the initial loading problem, we can merge this pull request 😨 |
|
@takuti Yes! However I think the .meta files in this commit are indeed broken. |
|
@natezzz Now my sushi project repo works correctly, and current output of Hence, the reasons will be in them. |
|
Yes I think so.
Can you push your updated camera-app to this branch instead?
|
|
@takuti please wait. |
|
@takuti I'll push another commit |
|
@natezzz yes plz |
|
3 'Fix .meta problem' ... |
|
@tomoasleep Sorry. Kinda messed up a little during commit ... |
|
@tomoasleep @takuti I just "git clone" and checked. It should be working fine now. Please review. |
|
@takuti Nice. Now we need another reviewer and we are ready to merge. 👍 |
|
@natezzz good job 🎉 |
|
Thank you! @tomoasleep @takuti |


Added basic functionality for camera app. (Take screenshots by pressing F key)