Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the jquery handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/fargespo/public_html/wp-includes/functions.php on line 5865
Orion – Page 4 – Farges Maelyss

Unreal editable config file for package

Classé dans : Non classé | 0

You can then create a config file at [YourProject]/Config/DefaultMyConfigFile.ini and add in : [/Script/PROJECT.MyNewClass] MySavedVarToConfigFile = « Edited var » Reboot Unreal Engine if you modify it or manually use a LoadConfig(); when needed. You can add a SaveConfig(); in your constructor … Lire la suite­­

GitIgnore Unreal&Unity

Classé dans : Non classé, Unity, Unreal | 1

My proper Gitignore for Unity  Temp/Obj/UnityGenerated/Library/[Bb]uild/[Bb]uilds/Assets/AssetStoreTools* # Visual Studio cache directory.vs/ # Autogenerated VS/MD/Consulo solution and project filesExportedObj/.consulo/*.csproj*.unityproj*.sln*.suo*.tmp*.user*.userprefs*.pidb*.booproj*.svd*.pdb*.opendb*.VC.db # Unity3D generated meta files*.pidb.meta*.pdb.meta # Unity3D Generated File On Crash Reportssysinfo.txt # Builds*.apk*.unitypackage Unreal DebugGame**Shipping***/Intermediate**/Saved/.vs**/Build**/Builds*.sln*.pdb**.dbConfig/SteamVRBindingsConfig/Steamvr_ue_editor_app.json #build ignore##Windows*.exe*.expBinaries/**/*.lib*.target ##AndroidBinaries/Android/**   Tools Remove … Lire la suite­­

SVN Fix

Classé dans : Non classé | 0

Recently, our SVN repository break with a Malformed representation header error. To fix it, we use dump method to save our repository without the broken commit, then reconstruct a new repository and file it using load command. $ svnadmin dump -r 1:1000 … Lire la suite­­

Unity Animation inside Animator

Classé dans : Non classé | 0

To nest Animation inside an animator like this Open the Animator & animation files with any text editor Copy the Animation content at the beggining of the Animator file Save

Input Controllers Mapping

Classé dans : Non classé | 1

GamePad Oculus Vive Windows Mixed Reality Event: MotionController FaceButton1 -> Trackpad click up Event: MotionController FaceButton2 -> Trackpad click right Event: MotionController FaceButton3 -> Trackpad click down Event: MotionController FaceButton4 -> Trackpad click left Event: MotionController Shoulder -> Home Button … Lire la suite­­

Binaural sound Spatialization

Classé dans : Non classé | 0

In a few words, binaural is a technique based on head shapes to produce better sound spatialization. Specially useful to detect front/forward/up/down sound. Here is a short explain Integrate to Unreal Quick and easy, as long as you can find … Lire la suite­­

Unreal Mirror & Blur

Classé dans : Non classé | 1

How to Mirror Apply a mat with Roughtness 0 and specular/metalic 1. Set base color to white. This define the object this material is apply to as reflecting. Then, Unreal will use efficiently multiple capture composant that you have to … Lire la suite­­

Unity Networking

Classé dans : Non classé | 0

Connexion using UnityEngine.Networking; Netwok.connect : previous Unity connexion system. doesn’t communicate with the new UNet system NetworkManager use NetworkServer & NetworkClient to handle connections for both client and server side NetworkLobbyManager : herite from NetworkManager. Add lobby scene where clients are registered NetworkDiscovery … Lire la suite­­