Hi Alex,

You are right, but a game has dynamic collections such as inventories, overlay 
maps, filters etc, so key mappings will differ depending on which layer you are 
sitting. I will be focusing on this in the next 3 tutorials, including some web 
views which load up html pages through a server, as you also want your content 
to be updated if required and most content to be held online for those kinds of 
information.

Cheers,


> On 1/08/2017, at 6:43 AM, Alex Hall <[email protected]> wrote:
> 
> Off the top of my head, I'd suggest a simple version of what you already have 
> here. Capture just the arrow keys, enter, escape, and so on, and play sounds 
> as necessary. Actually, Core Audio can play sounds, and the window itself can 
> catch keys, so you wouldn't need a scene at all. A simple audio menu class 
> could do it, I would think.
> 
> Sent from my iPhone
> 
> On Jul 31, 2017, at 16:37, Joshua Tubbs <[email protected] 
> <mailto:[email protected]>> wrote:
> 
>> I’m curious, SceneKit is great, but what about the interface? Game menus and 
>> such? What modules would one need for that?
>> 
>> 
>>> On Jul 30, 2017, at 10:00 PM, Yuma Decaux <[email protected] 
>>> <mailto:[email protected]>> wrote:
>>> 
>>> Alex,
>>> 
>>> You can go to the project settings, the general tab, then go into signing, 
>>> and make sure it's on ad hoc signing. If not, try unchecking the signing 
>>> with your developer profile, then recheck it. This gets xcode to refresh 
>>> the signing account to your profile.
>>> 
>>> 
>>> 
>>> 
>>>> On 31/07/2017, at 5:42 AM, Alex Hall <[email protected] 
>>>> <mailto:[email protected]>> wrote:
>>>> 
>>>> I didn’t modify any of the code in the tutorial. Printing my position is a 
>>>> good idea, to see if it’s working at all.
>>>> 
>>>> One other thing. On tutorial 3, I’m getting a build failure. Xcode seems 
>>>> to think that I want to use a different account to certify the app, but 
>>>> tutorial 2 builds with no problem. How can I change this in 3 so it builds 
>>>> with my account? I’ve never dealt with this particular problem before. 
>>>> Thanks.
>>>> 
>>>>> On Jul 30, 2017, at 3:19 PM, Yuma Decaux <[email protected] 
>>>>> <mailto:[email protected]>> wrote:
>>>>> 
>>>>> Are you using exactly the code that is available? Are you keeping the 
>>>>> arrow pressed? it moves nicely on mine, and it's on xcode 8.x for OS 
>>>>> 10.12. Not sure how else I can help you as the movements are there. Try 
>>>>> printing out your location as you press the arrow if you've coded it 
>>>>> yourself.
>>>>> 
>>>>> Cheers,
>>>>> 
>>>>> 
>>>>> 
>>>>>> On 31/07/2017, at 4:44 AM, Alex Hall <[email protected] 
>>>>>> <mailto:[email protected]>> wrote:
>>>>>> 
>>>>>> I did switch to it, yes. I’ve found that cmd-arrows makes footstep 
>>>>>> sounds play, but sounds still don’t change. Also, step sounds loop 
>>>>>> constantly even when I’m not pressing any keys, which is odd given that 
>>>>>> you implemented onKeyUp(). Maybe it’s a beta thing, but I’m building for 
>>>>>> 10.12 and newer. Odd stuff.
>>>>>> 
>>>>>>> On Jul 30, 2017, at 1:39 PM, Yuma Decaux <[email protected] 
>>>>>>> <mailto:[email protected]>> wrote:
>>>>>>> 
>>>>>>> Also Alex,
>>>>>>> 
>>>>>>> Did you move to the app?
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>>> On 31/07/2017, at 12:38 AM, Alex Hall <[email protected] 
>>>>>>>> <mailto:[email protected]>> wrote:
>>>>>>>> 
>>>>>>>> Hello,
>>>>>>>> As someone familiar with Swift, I want to first thank you for making 
>>>>>>>> the source available. Just reading through the code, it’s immediately 
>>>>>>>> clear what’s happening and how all this works. I’ve just never seen it 
>>>>>>>> put together like this, and never even considered using SceneKit for 
>>>>>>>> audio games!
>>>>>>>> 
>>>>>>>> I do have a question about this tutorial (number 2). When I run it on 
>>>>>>>> macOS, it loads, and there are no errors or warnings. However, my 
>>>>>>>> arrow keys don’t move me around. The math is one bit I didn’t get on 
>>>>>>>> my first read, but I thought it was set up so arrows would adjust my 
>>>>>>>> position (well, the camera’s position). I hear the chime and all that, 
>>>>>>>> so my sounds loaded, but arrows do nothing, with VO on or off. What 
>>>>>>>> did I miss? I haven’t modified the code at all. Thanks again!
>>>>>>>> 
>>>>>>>>> On Jul 16, 2017, at 7:43 PM, Yuma Decaux <[email protected] 
>>>>>>>>> <mailto:[email protected]>> wrote:
>>>>>>>>> 
>>>>>>>>> Hi All,
>>>>>>>>> 
>>>>>>>>> So I'm ramping up the pace a bit, as the intro video included no 
>>>>>>>>> actual coding.
>>>>>>>>> 
>>>>>>>>> Here is tutorial 1: the basics on setting up your 3D scene for audio. 
>>>>>>>>> The link is below:
>>>>>>>>> 
>>>>>>>>> https://www.oseyeris.com/post/3d-game-podcast-1-your-first-game 
>>>>>>>>> <https://www.oseyeris.com/post/3d-game-podcast-1-your-first-game>
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> The example file is in the linked text before the video. If you are a 
>>>>>>>>> newbie, I suggest you follow the video. But if you know code, then I 
>>>>>>>>> invite you to immediately download the example file and customise it.
>>>>>>>>> 
>>>>>>>>> Again, I really appreciate any recommendations, what you would like 
>>>>>>>>> to find out, or how to do certain things, so send me a shout on the 
>>>>>>>>> site's contact page or go to our FB page at:
>>>>>>>>> https://www.facebook.com/OSeyeris-737015699780534/ 
>>>>>>>>> <https://www.facebook.com/OSeyeris-737015699780534/>
>>>>>>>>> 
>>>>>>>>> The week has started guys, and there's a lot more content coming up :)
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> --
>>>>>>>>> The following information is important for all members of the Mac 
>>>>>>>>> Visionaries list.
>>>>>>>>> 
>>>>>>>>> If you have any questions or concerns about the running of this list, 
>>>>>>>>> or if you feel that a member's post is inappropriate, please contact 
>>>>>>>>> the owners or moderators directly rather than posting on the list 
>>>>>>>>> itself.
>>>>>>>>> 
>>>>>>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach 
>>>>>>>>> mark at: [email protected] 
>>>>>>>>> <mailto:[email protected]> and your owner is 
>>>>>>>>> Cara Quinn - you can reach Cara at [email protected] 
>>>>>>>>> <mailto:[email protected]>
>>>>>>>>> 
>>>>>>>>> The archives for this list can be searched at:
>>>>>>>>> http://www.mail-archive.com/[email protected]/ 
>>>>>>>>> <http://www.mail-archive.com/[email protected]/>
>>>>>>>>> ---
>>>>>>>>> You received this message because you are subscribed to the Google 
>>>>>>>>> Groups "MacVisionaries" group.
>>>>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>>>>> send an email to [email protected] 
>>>>>>>>> <mailto:[email protected]>.
>>>>>>>>> To post to this group, send email to [email protected] 
>>>>>>>>> <mailto:[email protected]>.
>>>>>>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>>>>>>> <https://groups.google.com/group/macvisionaries>.
>>>>>>>>> For more options, visit https://groups.google.com/d/optout 
>>>>>>>>> <https://groups.google.com/d/optout>.
>>>>>>>> 
>>>>>>>> 
>>>>>>>> --
>>>>>>>> The following information is important for all members of the Mac 
>>>>>>>> Visionaries list.
>>>>>>>> 
>>>>>>>> If you have any questions or concerns about the running of this list, 
>>>>>>>> or if you feel that a member's post is inappropriate, please contact 
>>>>>>>> the owners or moderators directly rather than posting on the list 
>>>>>>>> itself.
>>>>>>>> 
>>>>>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>>>>>>> at: [email protected] 
>>>>>>>> <mailto:[email protected]> and your owner is 
>>>>>>>> Cara Quinn - you can reach Cara at [email protected] 
>>>>>>>> <mailto:[email protected]>
>>>>>>>> 
>>>>>>>> The archives for this list can be searched at:
>>>>>>>> http://www.mail-archive.com/[email protected]/ 
>>>>>>>> <http://www.mail-archive.com/[email protected]/>
>>>>>>>> ---
>>>>>>>> You received this message because you are subscribed to the Google 
>>>>>>>> Groups "MacVisionaries" group.
>>>>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>>>>> an email to [email protected] 
>>>>>>>> <mailto:[email protected]>.
>>>>>>>> To post to this group, send email to [email protected] 
>>>>>>>> <mailto:[email protected]>.
>>>>>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>>>>>> <https://groups.google.com/group/macvisionaries>.
>>>>>>>> For more options, visit https://groups.google.com/d/optout 
>>>>>>>> <https://groups.google.com/d/optout>.
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> The following information is important for all members of the Mac 
>>>>>>> Visionaries list.
>>>>>>> 
>>>>>>> If you have any questions or concerns about the running of this list, 
>>>>>>> or if you feel that a member's post is inappropriate, please contact 
>>>>>>> the owners or moderators directly rather than posting on the list 
>>>>>>> itself.
>>>>>>> 
>>>>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>>>>>> at: [email protected] 
>>>>>>> <mailto:[email protected]> and your owner is 
>>>>>>> Cara Quinn - you can reach Cara at [email protected] 
>>>>>>> <mailto:[email protected]>
>>>>>>> 
>>>>>>> The archives for this list can be searched at:
>>>>>>> http://www.mail-archive.com/[email protected]/ 
>>>>>>> <http://www.mail-archive.com/[email protected]/>
>>>>>>> ---
>>>>>>> You received this message because you are subscribed to the Google 
>>>>>>> Groups "MacVisionaries" group.
>>>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>>>> an email to [email protected] 
>>>>>>> <mailto:[email protected]>.
>>>>>>> To post to this group, send email to [email protected] 
>>>>>>> <mailto:[email protected]>.
>>>>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>>>>> <https://groups.google.com/group/macvisionaries>.
>>>>>>> For more options, visit https://groups.google.com/d/optout 
>>>>>>> <https://groups.google.com/d/optout>.
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> The following information is important for all members of the Mac 
>>>>>> Visionaries list.
>>>>>> 
>>>>>> If you have any questions or concerns about the running of this list, or 
>>>>>> if you feel that a member's post is inappropriate, please contact the 
>>>>>> owners or moderators directly rather than posting on the list itself.
>>>>>> 
>>>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>>>>> at: [email protected] 
>>>>>> <mailto:[email protected]> and your owner is 
>>>>>> Cara Quinn - you can reach Cara at [email protected] 
>>>>>> <mailto:[email protected]>
>>>>>> 
>>>>>> The archives for this list can be searched at:
>>>>>> http://www.mail-archive.com/[email protected]/ 
>>>>>> <http://www.mail-archive.com/[email protected]/>
>>>>>> ---
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "MacVisionaries" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>>> an email to [email protected] 
>>>>>> <mailto:[email protected]>.
>>>>>> To post to this group, send email to [email protected] 
>>>>>> <mailto:[email protected]>.
>>>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>>>> <https://groups.google.com/group/macvisionaries>.
>>>>>> For more options, visit https://groups.google.com/d/optout 
>>>>>> <https://groups.google.com/d/optout>.
>>>>> 
>>>>> 
>>>>> --
>>>>> The following information is important for all members of the Mac 
>>>>> Visionaries list.
>>>>> 
>>>>> If you have any questions or concerns about the running of this list, or 
>>>>> if you feel that a member's post is inappropriate, please contact the 
>>>>> owners or moderators directly rather than posting on the list itself.
>>>>> 
>>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>>>> at: [email protected] 
>>>>> <mailto:[email protected]> and your owner is Cara 
>>>>> Quinn - you can reach Cara at [email protected] 
>>>>> <mailto:[email protected]>
>>>>> 
>>>>> The archives for this list can be searched at:
>>>>> http://www.mail-archive.com/[email protected]/ 
>>>>> <http://www.mail-archive.com/[email protected]/>
>>>>> ---
>>>>> You received this message because you are subscribed to the Google Groups 
>>>>> "MacVisionaries" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>>>> email to [email protected] 
>>>>> <mailto:[email protected]>.
>>>>> To post to this group, send email to [email protected] 
>>>>> <mailto:[email protected]>.
>>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>>> <https://groups.google.com/group/macvisionaries>.
>>>>> For more options, visit https://groups.google.com/d/optout 
>>>>> <https://groups.google.com/d/optout>.
>>>> 
>>>> 
>>>> --
>>>> The following information is important for all members of the Mac 
>>>> Visionaries list.
>>>> 
>>>> If you have any questions or concerns about the running of this list, or 
>>>> if you feel that a member's post is inappropriate, please contact the 
>>>> owners or moderators directly rather than posting on the list itself.
>>>> 
>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
>>>> [email protected] 
>>>> <mailto:[email protected]> and your owner is Cara 
>>>> Quinn - you can reach Cara at [email protected] 
>>>> <mailto:[email protected]>
>>>> 
>>>> The archives for this list can be searched at:
>>>> http://www.mail-archive.com/[email protected]/ 
>>>> <http://www.mail-archive.com/[email protected]/>
>>>> ---
>>>> You received this message because you are subscribed to the Google Groups 
>>>> "MacVisionaries" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>>> email to [email protected] 
>>>> <mailto:[email protected]>.
>>>> To post to this group, send email to [email protected] 
>>>> <mailto:[email protected]>.
>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>> <https://groups.google.com/group/macvisionaries>.
>>>> For more options, visit https://groups.google.com/d/optout 
>>>> <https://groups.google.com/d/optout>.
>>> 
>>> 
>>> --
>>> The following information is important for all members of the Mac 
>>> Visionaries list.
>>> 
>>> If you have any questions or concerns about the running of this list, or if 
>>> you feel that a member's post is inappropriate, please contact the owners 
>>> or moderators directly rather than posting on the list itself.
>>> 
>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
>>> [email protected] 
>>> <mailto:[email protected]> and your owner is Cara 
>>> Quinn - you can reach Cara at [email protected] 
>>> <mailto:[email protected]>
>>> 
>>> The archives for this list can be searched at:
>>> http://www.mail-archive.com/[email protected]/ 
>>> <http://www.mail-archive.com/[email protected]/>
>>> ---
>>> You received this message because you are subscribed to the Google Groups 
>>> "MacVisionaries" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to [email protected] 
>>> <mailto:[email protected]>.
>>> To post to this group, send email to [email protected] 
>>> <mailto:[email protected]>.
>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>> <https://groups.google.com/group/macvisionaries>.
>>> For more options, visit https://groups.google.com/d/optout 
>>> <https://groups.google.com/d/optout>.
>> 
>> 
>> --
>> The following information is important for all members of the Mac 
>> Visionaries list.
>> 
>> If you have any questions or concerns about the running of this list, or if 
>> you feel that a member's post is inappropriate, please contact the owners or 
>> moderators directly rather than posting on the list itself.
>> 
>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
>> [email protected] 
>> <mailto:[email protected]> and your owner is Cara 
>> Quinn - you can reach Cara at [email protected] 
>> <mailto:[email protected]>
>> 
>> The archives for this list can be searched at:
>> http://www.mail-archive.com/[email protected]/ 
>> <http://www.mail-archive.com/[email protected]/>
>> ---
>> You received this message because you are subscribed to the Google Groups 
>> "MacVisionaries" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] 
>> <mailto:[email protected]>.
>> To post to this group, send email to [email protected] 
>> <mailto:[email protected]>.
>> Visit this group at https://groups.google.com/group/macvisionaries 
>> <https://groups.google.com/group/macvisionaries>.
>> For more options, visit https://groups.google.com/d/optout 
>> <https://groups.google.com/d/optout>.
> 
> 
> --
> The following information is important for all members of the Mac Visionaries 
> list.
> 
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
> 
> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
> [email protected] and your owner is Cara Quinn - you 
> can reach Cara at [email protected]
> 
> The archives for this list can be searched at:
> http://www.mail-archive.com/[email protected]/ 
> <http://www.mail-archive.com/[email protected]/>
> ---
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/macvisionaries 
> <https://groups.google.com/group/macvisionaries>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
[email protected] and your owner is Cara Quinn - you 
can reach Cara at [email protected]

The archives for this list can be searched at:
http://www.mail-archive.com/[email protected]/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: Message signed with OpenPGP

Reply via email to