Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2019.4.X, 2020.1.X
Votes
0
Found in
2019.4
2020.1
2020.2
Issue ID
1271116
Regression
No
Automatically add embedded package files to source control
When using the method `PackageManager.Client.Embed()` to embed a package in the project, or while embedding a package by dropping it in the Packages folder, no assets from the package are added to the source control sub-system.
Steps to reproduce:
1 - Open (or create) a Unity project
2 - Set up perforce version control
3 - Embed a package in the project (whether by dropping it on the Packages folder or through the api PackageManager.Client.Embed)
4 - Open P4V client and login with the same Workspace as the one used in step 2
Expected results: when embedding a package into a project its assets should be added into version control
Actual results: embedded package files are not added to source control
Comments (4)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][iOS][UnityPlayerActivity] Legacy InputField.onEndEdit is not called when ending text edit
- Transform corruption and/or crash on PhysX::CreateCharacterController when spawning physics objects into Prefab stages
- UNITY_EDITOR data is Serialized into AssetBundle when building on the active Build Target
- "TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations..." error when changing the Packages "Cache Location" folder
- CompilationPipeline.assemblyCompilationFinished() hangs unity when reloading domain
malkovich90
Dec 16, 2020 10:03
Damm even I am having a similar kind of issue, I have searched all over the internet and even have posted on number of threads on different forum, no solution seems to work.