Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.2.X, 2019.3.X
Votes
1
Found in
2018.4.0f1
2018.4.1f1
2019.2.0a1
2019.3.0a1
2020.1.0a1
Issue ID
1188509
Regression
No
BuiltinAssemblies.stamp in Library folder is not being regenerated
How to reproduce:
0. Download and extract "ScriptableBuildPipelineBug.zip"
1. Ensure `SampleProject\Library\ScriptAssemblies\BuiltinAssemblies.stamp` does not exist
2. Edit `RunSample.cmd` to change the path to the editor to your install of Unity 2018.4.1f1.
3. Run `RunSample.cmd` and wait for it to finish. The build output will be logged to `BuildReport.log` next to the `cmd` file
4. View `BuildReport.log` and see that user assemblies are compiled by looking for the log
`- Starting compile Library/ScriptAssemblies/*`
* This is normal on a first run so let's continue
5. Note that `SampleProject\Library\ScriptAssemblies\BuiltinAssemblies.stamp` does not exist
6. Re-run `RunSample.cmd` and wait for it to finish.
7. View `BuildReport.log` and see that user assemblies are compiled by looking for the log
`- Starting compile Library/ScriptAssemblies/*`
* User assemblies should not be recompiled as nothing has changed
* Note that `SampleProject\Library\ScriptAssemblies\BuiltinAssemblies.stamp` does not exist
Expected result: the BuiltinAssemblies.stamp file is generated
Actual result: the BuiltinAssemblies.stamp is not generated
Reproducible with: 2018.4.11f1, 2019.2.8f1, 2019.3.0b4, 2020.1.0a8
Could not test with: 2017.4.33f1 (the .bat file stopped at "Couldn't set project path to: SampleProject")
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
- Additional empty space becomes visible under "Scripts" in the "Add Component" window
- Longer component titles overlap navigation arrow in the "Add Component" window
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
ilopaiz
Feb 19, 2021 19:01
I'm using version 2019.5.20f1 and it has the same problem