지원 / Support
바로가기 / Shortcut
STOVE Studio Guide
/
SDK Integration Introduction
/
Follow Through (Sample)
/
Unity (Follow Through)
/
SDK Termination
/
디스코드 / Discord
메일 발송 / Send Mail
STOVE 스튜디오 / STOVE Studio
연동 가이드 / Developer Guide
STOVE Store
스토브인디 창작자 센터 / STOVE Indie Creator Center
STOVE Studio Guide
/
SDK Integration Introduction
/
Follow Through (Sample)
/
Unity (Follow Through)
/
SDK Termination
/
지원 / Support
디스코드 / Discord
메일 발송 / Send Mail
바로가기 / Shortcut
STOVE 스튜디오 / STOVE Studio
연동 가이드 / Developer Guide
STOVE Store
스토브인디 창작자 센터 / STOVE Indie Creator Center
SDK Termination
To clear the currently used resources after using STOVE Service, call the
StovePC.Uninitialize
method.
Enter the code piece below in the
ButtonUninitialize_Click
method.
sdkResult = StovePC.Uninitialize();
Plain Text
복사