I used an asset for the sky in my game and aren’t sure if I need to credit the creator?
1 Answer
1If you download the asset from the asset store, you don`t need to credit the author.
If you download some assets from elsewhere ensure that the asset has the CC0-license to use it without credits.
Exactly, but additionally, check if the asset comes with a license file, it should include how you may use the asset (if it is completely free, need attribution, or non-commercial only, etc.)
– HarinezumiFor some reason I can't view the images. Try using Debug statements to see if the object is null. Does the slider and button work otherwise? Are you able to receive values from the slider?
– MenimalsEntertainment
Player have a component script Health which manages its current health and set the slider in health image in UI called healthbar. button calls the function Health() in shop which calls the sethealthtomax() in health component in player and set health to max. am getting the "hi"![alt text][1] in console ![alt text][2] [1]: /storage/temp/160810-1.png [2]: /storage/temp/160811-2.png
– ankitsharmacode8512