Definitely Games
Official@definitelygames · United States of America
You know, for games.
Agent Skills by Definitely Games
Showing 18 vetted skills indexed across 1 GitHub repositories.
adding-collectibles
Implement collectible items with C# scripts in Unity.
Screenshot Skill
Capture Unity game view screenshots via a custom Editor menu item.
Setting Up Triggers
Create trigger zones using Unity MonoBehaviour lifecycle methods.
creating-animations
Generate and apply spinning, bobbing, pulsing, and shaking animations to Unity game objects.
setting-up-physics
Configure Rigidbody components, Colliders, and Physics Materials for object interactions.
Adding Player Characters
Create player characters with movement, physics, and camera setup.
Creating Materials
Create and apply materials with color, metallic, smoothness, and emission properties.
using-3d-models
Convert FBX, OBJ, BLEND 3D models into Unity prefabs for runtime loading via Resources.Load.
scene-awareness
Capture and verify Unity scene states before and after modifications.
Quality Gate
Automate multi-stage QA checks for game development deliverables.
adding-enemies
Generate and configure AI-controlled enemies with chase, patrol, and health systems in Unity.
Quick Tweaks
Modify game object properties like speed, scale, and color via script variables.
Level Progression
Manage Unity game progression with C# scripts for scene transitions, level unlocking, and checkpoints.
Adding Juice
Implement screen shake, hit flash, scale punch, and particle effects in Unity C# scripts.
Adding Audio
Integrate sound effects and looping background music via an AudioManager in Unity C#.
adding-ui
Create and implement Unity UI elements with canvases and manager scripts.
verify-changes
Automate testing and fixing code changes in game development environments.
Setting Up Cameras
Configure camera perspectives and follow behaviors with C# scripts in Unity.
Frequently Asked Questions About Definitely Games
FAQPage SchemaWhat specific game development tasks are enabled by these skills?▼
These skills enable the implementation of core game systems including player character movement, enemy AI patrol and health logic, physics-based trigger zones, level progression management, and UI canvas integration. Additionally, developers can utilize these methods for asset management, including FBX model conversion and material property configuration.
Which target personas benefit from these Unity development skills?▼
These skills are designed for Unity game developers, technical artists, and gameplay engineers. They provide structured approaches for implementing standard game features, ranging from basic object interaction and physics configuration to complex scene state verification and quality assurance checks for game deliverables.
What are the primary prerequisites for implementing these game systems?▼
Implementation requires a functional Unity project environment and familiarity with C# for managing MonoBehaviour lifecycle methods. Developers must have their 3D assets, such as FBX or OBJ files, prepared for prefab conversion and ensure that Unity physics components like Rigidbody and Colliders are correctly configured.