Add PS_Editor plugin Phase 1: GameMode + Camera navigation
Runtime editor plugin with UE viewport-style camera controls: - ZQSD/Arrows movement (always active), E/A for up/down - LMB: pan (horizontal move + yaw), RMB: free fly look - Alt+LMB / MMB: orbit around focal point, scroll: zoom - HUD with controls help, cursor auto-hide during camera ops Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
11
.claude/memory/feedback_naming.md
Normal file
11
.claude/memory/feedback_naming.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
name: Underscore naming convention
|
||||
description: User requires PS_Editor_ prefix with underscores in all file and class names
|
||||
type: feedback
|
||||
---
|
||||
|
||||
Keep the underscore in file and class names: PS_Editor_ prefix.
|
||||
|
||||
**Why:** User explicitly corrected when I used PSEditor (camelCase) format. They want PS_Editor_GameMode, PS_Editor_Pawn, etc.
|
||||
|
||||
**How to apply:** Always use PS_Editor_ prefix for any new file or class in the plugin. Never use PSEditor or PS_EditorXyz without the separating underscore.
|
||||
Reference in New Issue
Block a user