lunafish avatar

lunafish

Community

@lunafish

2Followers
|
8Public Repos
|
56Published Skills

Agent Skills by lunafish

Showing 56 vetted skills indexed across 1 GitHub repositories.

lunafishlunafish

assets-create-folder

Create nested folders within the Unity Assets directory.

Community
Basic
lunafishlunafish

scene-open

Open Unity scenes from asset references in single or additive modes.

Community
Basic
lunafishlunafish

gameobject-component-add

Add specified components to GameObjects in Unity scenes or Prefabs.

Community
Intermediate
lunafishlunafish

gameobject-find

Locate GameObjects in Unity Editor Prefabs or active Scenes.

Community
Intermediate
lunafishlunafish

package-search

Search Unity Package Manager registry and local packages by name, ID, or description.

Community
Intermediate
lunafishlunafish

scene-save

Save an active or named scene to a .unity asset file.

Community
Basic
lunafishlunafish

object-get-data

Retrieve serialized properties and fields from a Unity Object by instanceID.

Community
Basic
lunafishlunafish

tests-run

Run Unity tests filtered by mode, assembly, namespace, class, or method.

Community
Intermediate
lunafishlunafish

assets-modify

Modify Unity asset files by overriding content for Materials, ScriptableObjects, and Prefabs.

Community
Intermediate
lunafishlunafish

package-add

Install Unity packages from registry, Git URLs, or local paths into manifest.json.

Community
Basic
lunafishlunafish

editor-selection-get

Retrieve detailed information about the current selection in the Unity Editor.

Community
Basic
lunafishlunafish

gameobject-create

Create GameObjects in Unity Prefabs or Scenes with specified transforms.

Community
Intermediate
lunafishlunafish

script-delete

Deletes specified script files from a Unity project directory.

Community
Basic
lunafishlunafish

assets-prefab-create

Create a prefab asset from a GameObject in the active Unity scene.

Community
Intermediate
lunafishlunafish

assets-shader-list-all

List all available shader names in project assets and packages.

Community
Basic
lunafishlunafish

script-update-or-create

Update or create C# script files and refresh Unity's AssetDatabase.

Community
Intermediate
lunafishlunafish

editor-application-set-state

Start, stop, pause, and resume Unity Editor Play mode.

Community
Basic
lunafishlunafish

scene-unload

Unload a specified scene from opened scenes in the Unity Editor.

Community
Basic
lunafishlunafish

assets-prefab-open

Enter prefab edit mode for a specified GameObject to modify the original asset.

Community
Basic
lunafishlunafish

assets-get-data

Retrieve serializable field and property data from Unity assets.

Community
Basic
lunafishlunafish

assets-move

Move and rename assets within a Unity project directory structure.

Community
Basic
lunafishlunafish

screenshot-scene-view

Capture Unity Editor Scene View screenshots with custom width and height parameters.

Community
Basic
lunafishlunafish

assets-delete

Delete specified assets by file paths and refresh the project.

Community
Basic
lunafishlunafish

scene-get-data

Retrieve root GameObjects from a Unity scene with optional children, bounding boxes, and component data.

Community
Intermediate