Search Issue Tracker
Fixed in 1.0.2
Votes
1
Found in [Package]
0.5.2
Issue ID
1121666
Regression
No
Addresable Player Content fails to build with specific projects
Reproduction steps:
1. Open the Project inside of the "JSmini.zip"
2. Inside the Addressables Assets window -> Build -> Build Player Content
Expected: Addressable Player Content finishes building
Actual: An exception is thrown and Player Content fails to build
Reproduces on: 2018.3.3f1 and 0.5.2
Could not reproduce on 2019.1.0b1, 2019.2.0a2 due to Editor freezing after opening the project and on older package versions due to version change breaking Addressable's configuration assets
Note: Thrown exception
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.AddressableAssets.GenerateLocationListsTask.GetLoadPath (UnityEditor.AddressableAssets.AddressableAssetGroup group, System.String name) (at Library/PackageCache/com.unity.addressables@0.5.2-preview/Editor/Build/BuildPipelineTasks/GenerateLocationListsTask.cs:79)
UnityEditor.AddressableAssets.GenerateLocationListsTask.Run () (at Library/PackageCache/com.unity.addressables@0.5.2-preview/Editor/Build/BuildPipelineTasks/GenerateLocationListsTask.cs:66)
UnityEditor.Build.Pipeline.BuildTasksRunner.Run (System.Collections.Generic.IList`1[T] pipeline, UnityEditor.Build.Pipeline.Interfaces.IBuildContext context) (at Library/PackageCache/com.unity.scriptablebuildpipeline@1.2.1-preview/Editor/Shared/BuildTasksRunner.cs:50)
UnityEditor.GenericMenu:CatchMenu(Object, String[], Int32)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment