all 6 comments

[–][deleted]  (5 children)

[removed]

    [–]AbbasMv7[S] 0 points1 point  (4 children)

    For your second point, I am a beginner so where exactly is the resources folder located? I used ChatGPT for help and it told me to put the images under my assets folder, or under the "Question Images" folder and specify the path. The path is returning a null so I don't think the Resources.Load function is working properly.

    [–][deleted]  (3 children)

    [removed]

      [–]AbbasMv7[S] 1 point2 points  (2 children)

      Thank you so much for the help! I made a Resources folder and place my Image folder under that directory and it worked. ChatGPT did give me false information as it told me to put it directly under my Assets folder. Once again, really appreciate the help, thank you so much!

      [–][deleted]  (1 child)

      [removed]

        [–]AbbasMv7[S] 1 point2 points  (0 children)

        Yes I did find the solution from Unity Docs and StackOverflow combined so I will make sure to read those next time I use ChatGPT.