 21786632c3
			
		
	
	
		21786632c3
		
			
		
	
	
	
	
		
			
			# Objective - Fixes #16892 ## Solution - Removed `TypeRegistryPlugin` (`Name` is now automatically registered with a default `App`) - Moved `TaskPoolPlugin` to `bevy_app` - Moved `FrameCountPlugin` to `bevy_diagnostic` - Deleted now-empty `bevy_core` ## Testing - CI ## Migration Guide - `TypeRegistryPlugin` no longer exists. If you can't use a default `App` but still need `Name` registered, do so manually with `app.register_type::<Name>()`. - References to `TaskPoolPlugin` and associated types will need to import it from `bevy_app` instead of `bevy_core` - References to `FrameCountPlugin` and associated types will need to import it from `bevy_diagnostic` instead of `bevy_core` ## Notes This strategy was agreed upon by Cart and several other members in [Discord](https://discord.com/channels/691052431525675048/692572690833473578/1319137218312278077).
		
			
				
	
	
		
			38 lines
		
	
	
		
			855 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			855 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| (
 | |
|   resources: {
 | |
|     "scene::ResourceA": (
 | |
|       score: 1,
 | |
|     ),
 | |
|   },
 | |
|   entities: {
 | |
|     4294967296: (
 | |
|       components: {
 | |
|         "bevy_ecs::name::Name": (
 | |
|           hash: 17588334858059901562,
 | |
|           name: "joe",
 | |
|         ),
 | |
|         "bevy_transform::components::global_transform::GlobalTransform": ((1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0)),
 | |
|         "bevy_transform::components::transform::Transform": (
 | |
|           translation: (0.0, 0.0, 0.0),
 | |
|           rotation: (0.0, 0.0, 0.0, 1.0),
 | |
|           scale: (1.0, 1.0, 1.0),
 | |
|         ),
 | |
|         "scene::ComponentA": (
 | |
|           x: 1.0,
 | |
|           y: 2.0,
 | |
|         ),
 | |
|         "scene::ComponentB": (
 | |
|           value: "hello",
 | |
|         ),
 | |
|       },
 | |
|     ),
 | |
|     4294967297: (
 | |
|       components: {
 | |
|         "scene::ComponentA": (
 | |
|           x: 3.0,
 | |
|           y: 4.0,
 | |
|         ),
 | |
|       },
 | |
|     ),
 | |
|   },
 | |
| ) |