Skip to content

Commit

Permalink
add MonoBehaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos authored Feb 23, 2024
1 parent b00e38d commit 85fa1a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ In your script you can then use it as follows :unicorn::
``` c#
using RAGSearchUnity;

public class MyScript {
public class MyScript : MonoBehaviour
{
public Embedding embedding;
SearchEngine search;

Expand Down

0 comments on commit 85fa1a7

Please sign in to comment.