유니티(3)
-
[Unity] 유니티 스크립트_2D그림자 만들기/Script _create 2d sprite animated shadow_excuteeditormode
our project use sprite image like this Sprite image shadows usually use a circle image, but the team wanted the shadows to animate But since my project's drawcall was already full, using more images is not good for our game performance my idea is created fake shadow my project is summoning many 'characer', do each character's quality is not important point is how good feels on screen(acting and ..
2019.08.08 -
[Unity] 유니티 커스텀 에디터 _Custom Editor - string to lower.cs
it is very simple and useful code example Extending the code saves time for team members. used for simple and repeated work this code change all name of animationclip to lowercase if you need others(game object, prefab ..) just change the filter this code locate the file name of the animationclip under the target folder and change it to lowercase many parts overlapped at 'create sprite animation..
2019.07.30 -
[Unity] 유니티 커스텀 에디터 _Custom Editor - create sprite animation clip.cs
our team project is base on 2d sprite image craft art resource solution is very simple create 3d model (3d max) create an image on un4 engine import image ue4 to unity make sprite animation end but our team is not used code sprite animation, use animation clip because it was more high quality using animation clip is more efficient pull up quality level but those work was simple and repetitive sp..
2019.07.26