Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading a map #1407

Closed
iamteapot422 opened this issue Dec 25, 2023 · 1 comment · Fixed by #1410
Closed

Loading a map #1407

iamteapot422 opened this issue Dec 25, 2023 · 1 comment · Fixed by #1410
Labels
Bug: Confirmed Bugs that have been confirmed by another contributor. Map Affects any map.

Comments

@iamteapot422
Copy link
Contributor

Summary

Game breaks after trying to load Minimap

Steps to Reproduce

  1. Open build menu
  2. Choose load and then "Ministation"
  3. See plenum station appear
  4. See exception appear
NullReferenceException: Object reference not set to an instance of an object
SS3D.Systems.Tile.TileMap.CanBuild (SS3D.Systems.Tile.TileObjectSo tileObjectSo, UnityEngine.Vector3 placePosition, SS3D.Systems.Tile.Direction dir, System.Boolean replaceExisting) (at Assets/Scripts/SS3D/Systems/Tile/TileMap.cs:184)
SS3D.Systems.Tile.TileMap.PlaceTileObject (SS3D.Systems.Tile.TileObjectSo tileObjectSo, UnityEngine.Vector3 placePosition, SS3D.Systems.Tile.Direction dir, System.Boolean skipBuildCheck, System.Boolean replaceExisting, System.Boolean skipAdjacency) (at Assets/Scripts/SS3D/Systems/Tile/TileMap.cs:202)

Expected Behavior

Context

It may be related with wrong asset names in files of maps

@iamteapot422 iamteapot422 added the Bug: Unconfirmed Bugs that need to be confirmed by a another contributor. label Dec 25, 2023
@cosmiccoincidence
Copy link
Member

I believe this was fixed in #1396 but yet to be merged. If that PR isn't merged soonish, we can siphon out the map fix and pr that separately.

@cosmiccoincidence cosmiccoincidence added Map Affects any map. Bug: Confirmed Bugs that have been confirmed by another contributor. and removed Bug: Unconfirmed Bugs that need to be confirmed by a another contributor. labels Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Confirmed Bugs that have been confirmed by another contributor. Map Affects any map.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants