Skip to content

Commit 39c0beb

Browse files
authored
Update README.md
1 parent c4a7cfe commit 39c0beb

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ To start using the Neocortex SDK, you need to initialize it with your Neocortex
2222
- Go to `Tools` > `Neocortex Settings`
2323
- Paste the API key in the `API Key` field and click on the `Save` button
2424

25+
<p align="center">
26+
<img width="382" alt="neocortex_unity_settings" src="https://github.com/user-attachments/assets/517f906a-889a-48ee-a39b-a19daaff5648">
27+
</p>
28+
29+
2530
### Create a new Neocortex project
2631
- Go to the [Neocortex web platform](https://neocortex.link/dashboard/projects) and create a new project
2732
- Copy the project ID from the project details page
@@ -35,6 +40,10 @@ After setting up the Neocortex SDK in your Unity project, you can start using th
3540
### Neocortex Smart Agent component
3641
The `Neocortex Smart Agent` component is the main component that allows you to interact with the Neocortex project.
3742

43+
<p align="center">
44+
<img width="393" alt="neocortex_unity_smart_agent_component" src="https://github.com/user-attachments/assets/9613bb88-87a9-4ba5-b412-d404c0bf63e3">
45+
</p>
46+
3847
**public async void Send(string message)**
3948
- Sends a message to the Neocortex project
4049
- Parameters:
@@ -111,6 +120,10 @@ The `NeocortexAudioReceiver` component is used to record audio data from the mic
111120
- set the amplitude threshold for when to start and stop recording
112121
- set the max wait time for the recording to automatically stop if no sound is detected
113122

123+
<p align="center">
124+
<img width="394" alt="neocortex_unity_audio_receiver_component" src="https://github.com/user-attachments/assets/58b17620-fec7-4c85-af38-699f292ce08e">
125+
</p>
126+
114127
**public void StartMicrophone()**
115128
- Starts recording audio from the microphone
116129
- Example:
@@ -141,4 +154,4 @@ The `NeocortexAudioReceiver` component is used to record audio data from the mic
141154
```
142155

143156
## Sample Projects
144-
You can find sample projects that demonstrate how to use the Neocortex Unity SDK in the Package Manager window under the `Samples` section of the Neocortex package.
157+
You can find sample projects that demonstrate how to use the Neocortex Unity SDK in the Package Manager window under the `Samples` section of the Neocortex package.

0 commit comments

Comments
 (0)