Skip to content

Conversation

Copy link

Copilot AI commented Dec 26, 2025

Git import reported missing .meta assets for key runtime scripts, breaking type resolution for colliders and transform grouping.

  • Changes
    • Added .meta files for ColliderControllerBase.cs, HandleAxesExtensions.cs, and TransformGroup.cs in the runtime package.
Packages/runtime-transform-handles/Runtime/Scripts/Colliders/ColliderControllerBase.cs.meta
Packages/runtime-transform-handles/Runtime/Scripts/Enums/HandleAxesExtensions.cs.meta
Packages/runtime-transform-handles/Runtime/Scripts/TransformGroup.cs.meta
Original prompt

This section details on the original issue you should resolve

<issue_title>Error when importing package via git url</issue_title>
<issue_description>Hello, thank you for providing this helpful package!

I encounter several errors when adding this package to my unity project by git url.

Console Errors:

Asset Packages/com.orkunmanap.runtime-transform-handles/Runtime/Scripts/Colliders/ColliderControllerBase.cs has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.orkunmanap.runtime-transform-handles/Runtime/Scripts/Enums/HandleAxesExtensions.cs has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.orkunmanap.runtime-transform-handles/Runtime/Scripts/TransformGroup.cs has no meta file, but it's in an immutable folder. The asset will be ignored.

Library\PackageCache\com.orkunmanap.runtime-transform-handles@55132f4c7c\Runtime\Scripts\Colliders\ConeColliderController.cs(9,43): error CS0246: The type or namespace name 'ColliderControllerBase' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.orkunmanap.runtime-transform-handles@55132f4c7c\Runtime\Scripts\Colliders\TubeColliderController.cs(9,43): error CS0246: The type or namespace name 'ColliderControllerBase' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.orkunmanap.runtime-transform-handles@55132f4c7c\Runtime\Scripts\Colliders\TorusColliderController.cs(9,44): error CS0246: The type or namespace name 'ColliderControllerBase' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.orkunmanap.runtime-transform-handles@55132f4c7c\Runtime\Scripts\TransformHandleManager.cs(533,39): error CS0246: The type or namespace name 'TransformGroup' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.orkunmanap.runtime-transform-handles@55132f4c7c\Runtime\Scripts\TransformHandleManager.cs(50,36): error CS0246: The type or namespace name 'TransformGroup' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.orkunmanap.runtime-transform-handles@55132f4c7c\Runtime\Scripts\TransformHandleManager.cs(51,35): error CS0246: The type or namespace name 'TransformGroup' could not be found (are you missing a using directive or an assembly reference?)

Environment:

  • Unity Editor Version: 2022.3.62f2
    </issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Fix errors when importing package via git url Add missing Unity meta files for runtime transform handles scripts Dec 26, 2025
Copilot AI requested a review from manaporkun December 26, 2025 11:21
Copy link

@AustinSullivanVRIFY AustinSullivanVRIFY left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just tested via package manager in Unity 6.2 and the errors have been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error when importing package via git url

3 participants