unity3d(2)
-
[Unity]유니티 스크립트_ Script _GAME CAMERA(VIEW) PANNING
in Unity serving two view mode game view and scene view Sceneview is can possibly that control viewport as panning rotate zoom but Gameview is only offered captured scene by camera usually, look at Scene view when artist crafting art asset(effect, prefab..) but some times needs to look at Gameview on working for a perfect match on gameplay on this situation we need some controllable Gameview tha..
2019.08.16 -
[Unity] Script _laser system / 유니티 스크립트 레이져 시스템
in unreal engine default offered laser system, but in unity has no laser system lately, we need laset system, so decided to create lower version laset system define 1. conect 2 point(player & enemy) 2. possible to move on runtime(game play) 3. able to select system as texture tiling or scaling we will creating script look like this image conect point1 to 2 move able on runtime or editormode text..
2019.08.09