Unity Issue Tracker - 'Script will not be compiled' warnings appear in the Console when adding the 'Collections' package
Closed
ECSB-53
'Script will not be compiled' warnings appear in the Console when adding the 'Collections' package
Package: Multiplayer Netcode for GameObjects
Won't Fix
1.1.X
Affected versions seem wrong, because this issue is fixed in Collections 1.2.3, and bug only mentions 1.1.0.
Reproduction steps:
1. Create a new Unity project
2. Go to the 'Window -> Package Manager'
3. Click the add button in the status bar and select 'Add package by name'
4. Add the 'com.unity.collections’ package with version ‘1.1.0’
Expected result: No warnings are in the Console
Actual result: 'Script will not be compiled' warnings are in the Console
'Script 'Packages/com.unity.collections/DocCodeSamples.Tests/CollectionsAllocationExamples.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.'
'Script 'Packages/com.unity.collections/DocCodeSamples.Tests/CollectionsExamples.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.'
Prioritise and Follow this issue
Have a workaround or additional info about this issue?