Why do i have no spot to put app key?
i followed a tutorial and installed normcore to my unity game and i made an app and copied the app key but when i went to paste it for the person in the tutorial they was a spot but for me there was no spot to put the app key.
3 Replies
Hi @ZacawakaVR✝. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
It sounds like you might be missing the Realtime component in your Unity project, which is where the App Key is typically entered. Here's how you can ensure that you have the correct setup:
1. Import Normcore: Make sure you have imported the Normcore package into your Unity project. You can download the latest version of Normcore from here and import it by dragging the
Normcore.unitypackage
file into the Project tab in the Unity editor. This should automatically add the Normal scoped registry to your project. Source.
2. Add Realtime Component: Open one of the example scenes provided by Normcore, such as Normal/Examples/Hoverbird Player
and open the Realtime + Hoverbird Player
scene. In the Realtime inspector, there should be a field for an "App key." If you don't see this, ensure that the Realtime component is attached to a GameObject in your scene. Source.
3. Create and Use App Key: If you haven't already, create an app key by logging into dashboard.normcore.io, navigating to the Apps tab, and creating a new application. Copy the app key and paste it into the "App Key" field on the Realtime component. Source.
If you have followed these steps and still do not see a place to enter the App Key, double-check that the Normcore package is correctly installed and that the Realtime component is properly added to your scene. If issues persist, consider reaching out to the Normcore community on their Discord for further assistance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@970160740881293323> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
Can you post a screenshot?
We can’t really debug without seeing it