티스토리 뷰
Unity - Panorama Viewer - NoskeWiki
About On this page is a tutorial to setup interactive panorama (aka. photosphere) viewer with sound, suitable for Google Cardboard, using the Unity game engine. Unity was chosen because it's an incredible popular authoring tool for mobile, very quick for p
www.andrewnoske.com
CREATE VIRTUAL TOUR APP IN UNITY WITH HOTSPOTS IN VR >> https://tutorialsforvr.com/creating-virtual-tour-app-in-vr-using-unity/
Create Virtual Tour App in Unity with Hotspots in VR
Lets learn how to create a virtual tour app in VR using Unity. We'll use hotspots and panoramas to create our virtual tour app.
tutorialsforvr.com
How to make a 360º image viewer with Unity3D >> https://medium.com/@verochan/how-to-make-a-360%C2%BA-image-viewer-with-unity3d-b1aa9f99cabb
How to make a 360º image viewer with Unity3D
Recently, I needed to implement a 360º image viewer in the project I’m currently working on, as I didn’t find much information or tutorials…
medium.com
Full 360 stereoscopic video playback in Unity | Bernie Roehl
For a recent project, I needed to implement playback of stereoscopic spherical videos in Unity. There are certainly people doing this already (e.g. Whirligig), but I needed to integrate the code with an existing application since we want to have 3D objects
bernieroehl.com
Unity5 AssertBundle Example >> http://unitylist.com/r/6js/unity-5-assert-bundle
AssetBundle Manager >> https://docs.unity3d.com/Manual/AssetBundles-Manager.html
WebGL 설정 >> https://docs.unity3d.com/kr/current/Manual/class-PlayerSettingsWebGL.html
https://docs.unity3d.com/kr/current/Manual/class-PlayerSettingsWebGL.html
docs.unity3d.com
BuildPipeline.BuildAssetBundles >> https://docs.unity3d.com/ScriptReference/BuildPipeline.BuildAssetBundles.html
Unity - Scripting API: BuildPipeline.BuildAssetBundles
Use this function to build your asset bundles, after you have marked your assets for inclusion in named AssetBundles. (See the Manual page about building AssetBundles for further details). This function builds the bundles you have specified in the editor a
docs.unity3d.com
Using AssetBundles Natively >> https://docs.unity3d.com/Manual/AssetBundles-Native.html
Unity - Manual: Using AssetBundles Natively
Using AssetBundles Natively There are four different APIs that you can use to load AssetBundles. Their behavior varies based on the platform the bundle is being loaded and the compressionA method of storing data that reduces the amount of storage space it
docs.unity3d.com
Uity5AssertBundle >> https://github.com/karais89/Unity5AssertBundle
GitHub - karais89/Unity5AssetBundle: unity5 AssetBundle Example
unity5 AssetBundle Example. Contribute to karais89/Unity5AssetBundle development by creating an account on GitHub.
github.com
unity5에서의 신규 AssetBundle 빌드 시스템 >> http://ongamedev.tistory.com/entry/unity5%EC%97%90%EC%84%9C%EC%9D%98-%EC%8B%A0%EA%B7%9C-AssetBundle-%EB%B9%8C%EB%93%9C-%EC%8B%9C%EC%8A%A4%ED%85%9C
unity5에서의 신규 AssetBundle 빌드 시스템
참고용으로 퇴고는 하지 않았습니다. 아직 unity 초보라 잘 모르는 내용들이 포함되어 있기에, 다른 튜토리얼 보면서 차근 차근 할 예정입니다. (* 원본 : http://forum.unity3d.com/threads/new-assetbundle-build-
ongamedev.tistory.com
BuildingAssetBundles in 5.x - Unity Manual/Architecture/Architecture HOWTOs/AssetBundles >> http://ongamedev.tistory.com/entry/BuildingAssetBundles-in-5x
BuildingAssetBundles in 5.x - Unity Manual/Architecture/Architecture HOWTOs/AssetBundles
(* 이미지는 원본 사이트에서 참고할 것!) (* 원본 : http://docs.unity3d.com/500/Documentation/Manual/BuildingAssetBundles5x.html) BuildingAssetBundles in 5.x AssetBundle 제작 Unity 4.x AssetBundles에서는 에디터 스크립트로 제작
ongamedev.tistory.com
에셋번들 생성하기 & 다운로드 >> http://undercode.tistory.com/21
에셋번들 생성하기 & 다운로드
에셋번들을 만들기 위해서는 먼저 에셋번들로 만들 리소스를 분류해야한다.프로젝트 뷰에서 리소스를 클릭하면 아래와 같은 뷰를 볼 수 있는데이 뷰의 하단에 AssetBundle의 리스트 박스가 있다.
undercode.tistory.com
AssetBundle Manager & Example Scenes >> https://www.assetstore.unity3d.com/kr/#!/content/45836
에셋스토어
여러분의 작업에 필요한 베스트 에셋을 찾아보세요. 유니티 에셋스토어가 2D, 3D 모델, SDK, 템플릿, 툴 등 여러분의 콘텐츠 제작에 날개를 달아줄 다양한 에셋을 제공합니다.
assetstore.unity.com
유니티3D 5.x (Unity3d 5) 어셋번들 매니저(AssetBundle Manager) >> http://slway000.tistory.com/19
[UNITY] 5 assetbundle manager
유니티 버전 : 5.3.4f 유니티3D 5.x (Unity3d 5) 어셋번들 매니저(AssetBundle Manager) 어셋번들(AssetBundle) 관련 사항들이 유니티 4.x와 5.x가 많이 달라졌습니다. 그래서 간단한 테스트로 정리해봅니다. AssetBun
slway000.tistory.com
https://stackoverflow.com/questions/30748960/unity-photosphere-photo-viewer-for-google-cardboard
Unity- Photosphere Photo Viewer for Google Cardboard
I am trying to build a Photosphere-like application with Unity3D and use it along with Google cardboard. I need to load different panoramic view photos and be able to view them stereoscopically, by
stackoverflow.com
https://docs.unity3d.com/ScriptReference/Transform-rotation.html
Unity - Scripting API: Transform.rotation
Success! Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable. Close
docs.unity3d.com
https://stackoverflow.com/questions/43702017/unity-script-to-drag-camera
Unity , script to drag camera
I have 2D mesh in the XY plane. I have the following script which moves the camera across the plane, the camera starts at (0,0,-10). using System.Collections; using System.Collections.Generic; using
stackoverflow.com
https://forum.unity3d.com/threads/moving-main-camera-with-mouse.119525
unity로-배우는-csharp >> http://tryhelloworld.co.kr/courses/unity%EB%A1%9C-%EB%B0%B0%EC%9A%B0%EB%8A%94-csharp
외부 참조 ㅠ.ㅠ
1>SDKwavefile.obj : error LNK2019: __imp__mmioOpenW@12 외부 기호(참조 위치: \"public: long __thiscall...
lab.gamecodi.com
https://docs.unity3d.com/kr/current/Manual/PhysicsSection.html
유니티 허브 (Unity Hub) -... : 네이버 카페
유니티 공식 개발자 커뮤니티입니다.
cafe.naver.com
초보가초보에게 클리커 개발하기02 >> http://cafe.naver.com/unityhub.cafe?iframe_url=/CafeMemberNetworkView.nhn%3Fmemberid=starqualia%26clubid=26377973%26m=view
유니티 허브 (Unity Hub) -... : 네이버 카페
유니티 공식 개발자 커뮤니티입니다.
cafe.naver.com
Unity3D 외부 리소스 가져오기 >> http://blog.kpaper.com/2017/02/unity3d.html
WWW.LoadImageIntoTexture >> https://docs.unity3d.com/ScriptReference/WWW.LoadImageIntoTexture.html
Unity - Scripting API: WWW.LoadImageIntoTexture
The data must be an image in JPG or PNG format. If the data is not a valid image, the generated texture will be a small image of a question mark. It is recommended to use power-of-two size for each dimension of the image; arbitrary sizes will also work but
docs.unity3d.com
https://docs.unity3d.com/kr/current/ScriptReference/30_search.html?q=image
Unity 스크립팅 API
docs.unity3d.com
이미지 배경 날리기 >> http://answers.unity3d.com/questions/1310944/remove-white-background-from-an-image-at-runtime.html
Unity - Scripting API: WWW
Obsolete: WWW has been replaced with UnityWebRequest. This is a small utility module for retrieving the contents of URLs. You start a download in the background by calling WWW(url) which returns a new WWW object. You can inspect the isDone property to see
docs.unity3d.com
https://docs.unity3d.com/kr/current/Manual/PhysicsSection.html
http://lab.gamecodi.com/board/zboard.php?category=&desc=asc&divpage=1&id=GAMECODILAB_QnA_etc&keyword=&page=2&sc=on&select_arrange=headnum&sn=off&sn1=&ss=on
lab.gamecodi.com
How to use TextureImporter to change textures format and re-import again? >> https://forum.unity3d.com/threads/how-to-use-textureimporter-to-change-textures-format-and-re-import-again.86177
How to use TextureImporter to change textures format and re-import again?
I want to write a script to convert the textures import parameters and re-import again. Here is the code I'm using, but it does not work: public...
forum.unity.com
큐브사용 >> https://alastaira.wordpress.com/2013/11/12/oooh-shiny-fun-with-cube-mapping
Oooh… Shiny! Fun with Cube-Mapping
Cube mapping is a rendering technique to create shiny surfaces that appear to reflect the environment around them. Note that this differs from specular highlights – bright spots caused by reflected…
alastaira.wordpress.com
큐스설정 >> https://forum.unity3d.com/threads/how-to-set-a-skybox-from-an-image-url.420476
How to set a skybox from an image url?
Hello, I would like to set the current scene's skybox according to an image url, which is a cubemap. This is the code I have so far, but the result...
forum.unity.com
https://stackoverflow.com/questions/41601837/resources-load-returning-null-in-editor-scripting
Resources.Load returning null in Editor scripting
I've been trying to implement a simple Resources.Load call in an editor script i'm making, but it continues to return null despite the numerous different approaches I've tried. Purpose User adds ...
stackoverflow.com
How to Design VR Skyboxes >> https://medium.com/aol-alpha/how-to-design-vr-skyboxes-d460e9eb5a75
How to Design VR Skyboxes
Making skyboxes in Unity3D from a variety of different materials.
medium.com
AssetBundle 사용하기 첫 번째 - 생성하기 >> http://hoys.tistory.com/30
[Unity] AssetBundle 빌드하기
- AssetBundle을 생성하기 위한 코드. C# http://docs.unity3d.com/Documentation/ScriptReference/BuildPipeline.BuildAssetBundle.html 주의 : 이 코드를 포함하고 있는 스크립트는 유니티 엔진 프로젝트에 Editor 폴더를 만들고
hoys.tistory.com
GameObject 클릭 이벤트 >> http://cafe.naver.com/unityhub.cafe?iframe_url=/CafeMemberNetworkView.nhn%3Fmemberid=starqualia%26clubid=26377973%26m=view
유니티 허브 (Unity Hub) -... : 네이버 카페
유니티 공식 개발자 커뮤니티입니다.
cafe.naver.com
https://docs.unity3d.com/kr/current/ScriptReference/Camera.ScreenToViewportPoint.html
Camera-ScreenToViewportPoint - Unity 스크립팅 API
Transforms position from screen space into viewport space.
docs.unity3d.com
https://forum.unity3d.com/threads/overhead-camera-help.42234/
Unity - Manual: Sprite Masks
Sprite Masks Switch to Scripting Sprite Masks are used to either hide or reveal parts of a SpriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and manag
docs.unity3d.com
http://answers.unity3d.com/questions/600577/camera-rotation-around-player-while-following.html
Camera rotation around player while following. - Unity Answers
answers.unity.com
https://stackoverflow.com/questions/28146509/how-to-make-a-sprite-clickable
How to make a sprite clickable?
I have googled plenty and only come up with really complicated methods of doing it. I also found the function OnMouseDown() but I haven't been able to make it work. At the moment the sprite activates
stackoverflow.com
(2D) Detect mouse click on object with no script attached
I'm creating a 2D project which does not have a character. So i created an empty gameobject and attached the script to it. In the script, i have declared other objects which are in the scene like t...
gamedev.stackexchange.com
[Unity 5] 2D 스프라이트(Sprite)의 레이캐스트(Raycast) 검사하기
유니티에서 클릭했을 때 맨 위에 있는 오브젝트를 찾는 대표적인 방법이 레이캐스트(Raycast)를 이용한 방법입니다.그런데 2D 스프라이트(Sprite) 오즈젝트(object)를 사용하면 레이캐스트가 맞질 않
blog.danggun.net
http://answers.unity3d.com/questions/7776/how-to-make-an-gameobject-invisible-and-disappeare.html
How to make an gameObject invisible and disappeared - Unity Answers
answers.unity.com
Make object point away from point on sphere >> http://answers.unity3d.com/questions/1238410/make-object-point-away-from-point-on-sphere.html
유니티 동적 스카이 박스...?
유니티에서 무한 위치에 있는 배경은 skybox를 이용해 처리하곤 하는데요...이 무한 위치의 배경이 움직이는 상황을 만들고 싶습니다.정확히 하고 싶은건 밤...
lab.gamecodi.com
외부 참조 ㅠ.ㅠ
1>SDKwavefile.obj : error LNK2019: __imp__mmioOpenW@12 외부 기호(참조 위치: \"public: long __thiscall...
lab.gamecodi.com
https://docs.unity3d.com/kr/current/Manual/PhysicsSection.html
물리 - Unity 매뉴얼
Unity는 프로젝트에서 물리 시뮬레이션을 통해 오브젝트가 충돌, 중력 및 기타 다양한 힘에 대해 올바르게 가속하고 반응하는지 확인합니다. Unity는 3D, 2D, 오브젝트 지향 또는 데이터 지향과 같은
docs.unity3d.com
유니티 허브 (Unity Hub) -... : 네이버 카페
유니티 공식 개발자 커뮤니티입니다.
cafe.naver.com
초보가초보에게 클리커 개발하기02 >> http://cafe.naver.com/unityhub.cafe?iframe_url=/CafeMemberNetworkView.nhn%3Fmemberid=starqualia%26clubid=26377973%26m=view
유니티 허브 (Unity Hub) -... : 네이버 카페
유니티 공식 개발자 커뮤니티입니다.
cafe.naver.com
Unity3D 외부 리소스 가져오기 >> http://blog.kpaper.com/2017/02/unity3d.html
WWW.LoadImageIntoTexture >> https://docs.unity3d.com/ScriptReference/WWW.LoadImageIntoTexture.html
Unity - Scripting API: WWW.LoadImageIntoTexture
The data must be an image in JPG or PNG format. If the data is not a valid image, the generated texture will be a small image of a question mark. It is recommended to use power-of-two size for each dimension of the image; arbitrary sizes will also work but
docs.unity3d.com
https://docs.unity3d.com/kr/current/ScriptReference/30_search.html?q=image
Unity 스크립팅 API
docs.unity3d.com
이미지 배경 날리기 >> http://answers.unity3d.com/questions/1310944/remove-white-background-from-an-image-at-runtime.html
(using shader blending to) remove white background from an image at runtime - Unity Answers
answers.unity.com
https://docs.unity3d.com/ScriptReference/WWW.html
Unity - Scripting API: WWW
Obsolete: WWW has been replaced with UnityWebRequest. This is a small utility module for retrieving the contents of URLs. You start a download in the background by calling WWW(url) which returns a new WWW object. You can inspect the isDone property to see
docs.unity3d.com
https://docs.unity3d.com/kr/current/Manual/PhysicsSection.html
물리 - Unity 매뉴얼
Unity는 프로젝트에서 물리 시뮬레이션을 통해 오브젝트가 충돌, 중력 및 기타 다양한 힘에 대해 올바르게 가속하고 반응하는지 확인합니다. Unity는 3D, 2D, 오브젝트 지향 또는 데이터 지향과 같은
docs.unity3d.com
http://lab.gamecodi.com/board/zboard.php?category=&desc=asc&divpage=1&id=GAMECODILAB_QnA_etc&keyword=&page=2&sc=on&select_arrange=headnum&sn=off&sn1=&ss=on
lab.gamecodi.com
'유니티 (Unity)' 카테고리의 다른 글
| 유니티 안드로이드 배포후 SSL 오류 해결 방법 (0) | 2023.03.04 |
|---|
