Hello, I am attempting to create my own “hello” extension for Create.
I’ve copied the omni.example.hello and have renamed occurrences of “example” to ahfx. eg “omni.ahfx.hello”
I’ve made an attempt to add my extension folder with kit.exe --ext-folder. It complains that it cannot find my extension.toml (see below), and Create does not show the extension in the extension manager.
Create loads the extension fine If I copy my extension to $HOME\AppData\Local\ov\pkg\create 2020.3.2_build\windows-x86_64\release\exts
I am running Create 2020.3.2
2021-03-02 16:52:29 [229ms] [Warning] [omni.ext.plugin] [ext: PACKAGE-LICENSES] Extensions config 'extension.toml' doesn't exist anywhere in 'c:/users/administrator/projects/omniversernd/extensions/omni.ahfx.hello/PACKAGE-LICENSES/**'
2021-03-02 16:52:29 [232ms] [Warning] [omni.ext.plugin] [ext: data] Extensions config 'extension.toml' doesn't exist anywhere in 'c:/users/administrator/projects/omniversernd/extensions/omni.ahfx.hello/data/**'
2021-03-02 16:52:29 [233ms] [Warning] [omni.ext.plugin] [ext: docs] Extensions config 'extension.toml' doesn't exist anywhere in 'c:/users/administrator/projects/omniversernd/extensions/omni.ahfx.hello/docs/**'