Skip to content

Commit

Permalink
Fix PIE
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrpg committed Apr 27, 2023
1 parent 9114ac6 commit 73836d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/PlayInEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void Awake()
{
if (f != null)
{
game = f.LoadAsset<GameObject>("Game");
game = f.LoadAsset<GameObject>("assets/game.prefab");

if(game != null)
{
Expand Down

0 comments on commit 73836d9

Please sign in to comment.